Ticket #22881: whois.patch
File whois.patch, 1.2 KB (added by vinc17@…, 15 years ago) |
---|
-
files/patch-config.h.diff
1 --- config.h~ 2009-12-07 03:22:45.000000000 +0100 2 +++ config.h 2009-12-14 02:08:14.000000000 +0100 3 @@ -38,6 +38,7 @@ 4 5 #if defined __APPLE__ && defined __MACH__ 6 # define HAVE_GETADDRINFO 7 +# define HAVE_GETOPT_LONG 8 #endif 9 10 #if defined __GLIBC__ -
Portfile
Property changes on: files/patch-config.h.diff ___________________________________________________________________ Added: svn:mime-type + text/x-patch
12 12 13 13 name whois 14 14 version 4.7.37 15 revision 1 15 16 categories net 16 17 maintainers ryandesign 17 18 homepage http://www.linux.it/~md/software/ … … 43 44 # -lcrypt cannot be used (and is unnecessary) on Mac OS X 44 45 patchfiles-append \ 45 46 patch-lcrypt.diff 47 patchfiles-append patch-config.h.diff 46 48 } 47 49 48 50 configure.cmd make