Ticket #28353: patch.diff
File patch.diff, 878 bytes (added by dreness (Andre LaBranche), 14 years ago) |
---|
-
patch-Makefile.in.diff
old new 1 --- Makefile.in.orig 2009-07-05 00:59:36.000000000 -07002 +++ Makefile.in 2009-07-05 00:58:47.000000000 -07003 @@ - 63,7 +63,7 @@1 --- Makefile.in.orig 2011-02-10 11:32:02.000000000 -0800 2 +++ Makefile.in 2011-02-10 11:32:28.000000000 -0800 3 @@ -70,7 +70,7 @@ 4 4 # Extra libraries 5 # XLIBS will be linked with everything ; MODULE_XLIBS will only be linked with6 # the actual module objects.5 # XLIBS will be linked with everything 6 # MODULE_XLIBS will only be linked with the module objects 7 7 -XLIBS = @TCL_LIBS@ @LIBS@ 8 8 +XLIBS = @TCL_LIBS@ @LIBS@ -framework CoreFoundation -lresolv 9 9 MODULE_XLIBS = @MODULE_XLIBS@ 10 10 11 # Shouldn't need to touch anything below here.11 # You shouldn't need to edit anything below this line. 12 12