aboutsummaryrefslogtreecommitdiff
path: root/net/whois/files/patch-aa
blob: 2ff7c45811b639f658d969d67cda050cd56516ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
*** work/whois-4.6.6/Makefile	Thu Dec  5 01:22:15 2002
--- Makefile	Thu Oct  2 10:53:29 2003
***************
*** 9,16 ****
  #LDFLAGS=-lintl
  
  # FreeBSD
! #LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl
! #CFLAGS=-I/usr/local/include
  
  # OS/2 EMX
  #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp
--- 9,16 ----
  #LDFLAGS=-lintl
  
  # FreeBSD
! LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl
! CFLAGS=-I/usr/local/include
  
  # OS/2 EMX
  #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp
***************
*** 35,41 ****
  install: whois
  	install -m 0755 whois $(BASEDIR)$(prefix)/bin/
  	strip $(BASEDIR)$(prefix)/bin/whois
! 	install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
  	cd po && $(MAKE) $@
  
  
--- 35,41 ----
  install: whois
  	install -m 0755 whois $(BASEDIR)$(prefix)/bin/
  	strip $(BASEDIR)$(prefix)/bin/whois
! 	install -m 0644 whois.1 $(BASEDIR)$(prefix)/man/man1/
  	cd po && $(MAKE) $@