Ticket #20198: patch-Makefile.in.diff
File patch-Makefile.in.diff, 426 bytes (added by dreness (Andre LaBranche), 15 years ago) |
---|
-
Makefile.in
old new 63 63 # Extra libraries 64 64 # XLIBS will be linked with everything; MODULE_XLIBS will only be linked with 65 65 # the actual module objects. 66 XLIBS = @TCL_LIBS@ @LIBS@ 66 XLIBS = @TCL_LIBS@ @LIBS@ -framework CoreFoundation -lresolv 67 67 MODULE_XLIBS = @MODULE_XLIBS@ 68 68 69 69 # Shouldn't need to touch anything below here.