[53635] trunk/dports/lang/php4/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 10 13:06:34 PDT 2009


Revision: 53635
          http://trac.macports.org/changeset/53635
Author:   ryandesign at macports.org
Date:     2009-07-10 13:06:33 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
php4: fix build failure on Mac OS X 10.6; closes #19997

Modified Paths:
--------------
    trunk/dports/lang/php4/Portfile

Modified: trunk/dports/lang/php4/Portfile
===================================================================
--- trunk/dports/lang/php4/Portfile	2009-07-10 19:59:53 UTC (rev 53634)
+++ trunk/dports/lang/php4/Portfile	2009-07-10 20:06:33 UTC (rev 53635)
@@ -119,6 +119,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/339f7ca2/attachment.html>


More information about the macports-changes mailing list