Ticket #28353: patch-Makefile.in.diff

File patch-Makefile.in.diff, 428 bytes (added by dreness (Andre LaBranche), 13 years ago)

Makefile.in patch

  • Makefile.in

    old new  
    7070# Extra libraries
    7171# XLIBS will be linked with everything
    7272# MODULE_XLIBS will only be linked with the module objects
    73 XLIBS = @TCL_LIBS@ @LIBS@
     73XLIBS = @TCL_LIBS@ @LIBS@ -framework CoreFoundation -lresolv
    7474MODULE_XLIBS = @MODULE_XLIBS@
    7575
    7676# You shouldn't need to edit anything below this line.