[45570] trunk/dports/www/libwww/Portfile

takeshi at macports.org takeshi at macports.org
Sat Jan 17 20:43:31 PST 2009


Revision: 45570
          http://trac.macports.org/changeset/45570
Author:   takeshi at macports.org
Date:     2009-01-17 20:43:30 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
libwww: enabled universal. revision not incremented

Modified Paths:
--------------
    trunk/dports/www/libwww/Portfile

Modified: trunk/dports/www/libwww/Portfile
===================================================================
--- trunk/dports/www/libwww/Portfile	2009-01-18 04:41:36 UTC (rev 45569)
+++ trunk/dports/www/libwww/Portfile	2009-01-18 04:43:30 UTC (rev 45570)
@@ -47,6 +47,12 @@
                 --with-zlib \
                 --with-ssl
 
+if {[variant_isset universal]} {
+    pre-build {
+        reinplace "s|dynamiclib|dynamiclib ${configure.universal_ldflags}|" ${worksrcpath}/libtool
+    }
+}
+
 variant expat description {builds against expat} {
     depends_build-append    lib:libexpat.0:expat
     configure.args-append   --with-expat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/28cc405c/attachment-0001.html>


More information about the macports-changes mailing list