Ticket #28353: patch-Makefile.in.diff
File patch-Makefile.in.diff, 428 bytes (added by dreness (Andre LaBranche), 14 years ago) |
---|
-
Makefile.in
old new 70 70 # Extra libraries 71 71 # XLIBS will be linked with everything 72 72 # MODULE_XLIBS will only be linked with the module objects 73 XLIBS = @TCL_LIBS@ @LIBS@ 73 XLIBS = @TCL_LIBS@ @LIBS@ -framework CoreFoundation -lresolv 74 74 MODULE_XLIBS = @MODULE_XLIBS@ 75 75 76 76 # You shouldn't need to edit anything below this line.