Revision: 71019 http://trac.macports.org/changeset/71019 Author: ryandesign@macports.org Date: 2010-08-29 17:20:32 -0700 (Sun, 29 Aug 2010) Log Message: ----------- scotty: uncomment -lresolv in Makefile to fix build on Snow Leopard; see #23752 Modified Paths: -------------- trunk/dports/net/scotty/files/patch-Makefile.in Modified: trunk/dports/net/scotty/files/patch-Makefile.in =================================================================== --- trunk/dports/net/scotty/files/patch-Makefile.in 2010-08-30 00:17:32 UTC (rev 71018) +++ trunk/dports/net/scotty/files/patch-Makefile.in 2010-08-30 00:20:32 UTC (rev 71019) @@ -1,5 +1,5 @@ ---- unix/Makefile.in.org 2006-04-28 13:14:01.000000000 -0700 -+++ unix/Makefile.in 2006-04-28 13:38:04.000000000 -0700 +--- unix/Makefile.in.orig 2003-06-03 14:44:59.000000000 -0500 ++++ unix/Makefile.in 2010-08-29 19:17:48.000000000 -0500 @@ -56,7 +56,7 @@ # To change the compiler switches, for example to change from -O @@ -9,6 +9,15 @@ # NMICMPD should contain the full path to the installed nmicmpd binary. NMICMPD = $(BIN_INSTALL_DIR)/nmicmpd +@@ -122,7 +122,7 @@ + # Linker switch(es) to link platform depended library archives (the + # configure script will try to set this value automatically, but you + # can override it). +-LIBS = @LIBS@ # -lresolv ++LIBS = @LIBS@ -lresolv + + # Linker switch(s) to link platform depended library archives for + # package utilities (the configure script will try to set this value @@ -175,7 +175,7 @@ # Base command to use for combining object files into a shared
participants (1)
-
ryandesign@macports.org