Ticket #20198: patch-Makefile.in.diff

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

Makefile.in patch (goes in irc/eggdrop/files)

  • Makefile.in

    old new  
    6363# Extra libraries
    6464# XLIBS will be linked with everything; MODULE_XLIBS will only be linked with
    6565# the actual module objects.
    66 XLIBS = @TCL_LIBS@ @LIBS@
     66XLIBS = @TCL_LIBS@ @LIBS@ -framework CoreFoundation -lresolv
    6767MODULE_XLIBS = @MODULE_XLIBS@
    6868
    6969# Shouldn't need to touch anything below here.