[23034] trunk/dports/devel/pcre/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 22 18:08:12 PDT 2007


Revision: 23034
          http://trac.macosforge.org/projects/macports/changeset/23034
Author:   pipping at macports.org
Date:     2007-03-22 18:08:12 -0700 (Thu, 22 Mar 2007)

Log Message:
-----------
 * add universal variant

Modified Paths:
--------------
    trunk/dports/devel/pcre/Portfile

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2007-03-22 22:44:09 UTC (rev 23033)
+++ trunk/dports/devel/pcre/Portfile	2007-03-23 01:08:12 UTC (rev 23034)
@@ -23,4 +23,8 @@
 configure.args  --mandir=${prefix}/share/man \
                 --enable-utf8 \
                 --enable-unicode-properties
+if {[variant_isset universal]} {
+    configure.env-append \
+    CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
+}
 test.run        yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070322/0bea8d32/attachment.html


More information about the macports-changes mailing list