Ticket #28353: patch.diff

File patch.diff, 878 bytes (added by dreness (Andre LaBranche), 13 years ago)

patch diff

  • patch-Makefile.in.diff

    old new  
    1 --- Makefile.in.orig    2009-07-05 00:59:36.000000000 -0700
    2 +++ Makefile.in 2009-07-05 00:58:47.000000000 -0700
    3 @@ -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 @@
    44 # Extra libraries
    5  # XLIBS will be linked with everything; MODULE_XLIBS will only be linked with
    6  # the actual module objects.
     5 # XLIBS will be linked with everything
     6 # MODULE_XLIBS will only be linked with the module objects
    77-XLIBS = @TCL_LIBS@ @LIBS@
    88+XLIBS = @TCL_LIBS@ @LIBS@ -framework CoreFoundation -lresolv
    99 MODULE_XLIBS = @MODULE_XLIBS@
    1010 
    11  # Shouldn't need to touch anything below here.
     11 # You shouldn't need to edit anything below this line.
    1212