[53631] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Fri Jul 10 11:33:04 PDT 2009


Revision: 53631
          http://trac.macports.org/changeset/53631
Author:   ryandesign at macports.org
Date:     2009-07-10 11:33:03 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
php5, php5-devel: fix build failure on Mac OS X 10.6; see #19997

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-07-10 18:29:03 UTC (rev 53630)
+++ trunk/dports/lang/php5/Portfile	2009-07-10 18:33:03 UTC (rev 53631)
@@ -128,6 +128,11 @@
         "-no-cpp-precomp"
 }
 
+platform darwin 10 {
+    configure.env-append \
+        LIBS=-lresolv
+}
+
 platform macosx {
     configure.args-append \
         --with-ldap=/usr \

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2009-07-10 18:29:03 UTC (rev 53630)
+++ trunk/dports/lang/php5-devel/Portfile	2009-07-10 18:33:03 UTC (rev 53631)
@@ -124,6 +124,11 @@
         "-no-cpp-precomp"
 }
 
+platform darwin 10 {
+    configure.env-append \
+        LIBS=-lresolv
+}
+
 platform macosx {
     configure.args-append \
         --with-ldap=/usr \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090710/d2039127/attachment.html>


More information about the macports-changes mailing list