[66616] trunk/dports/www/redland/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 18 00:00:46 PDT 2010


Revision: 66616
          http://trac.macports.org/changeset/66616
Author:   ryandesign at macports.org
Date:     2010-04-18 00:00:45 -0700 (Sun, 18 Apr 2010)
Log Message:
-----------
redland: use a more-specific -arch flag removal regex just to be sure

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

Modified: trunk/dports/www/redland/Portfile
===================================================================
--- trunk/dports/www/redland/Portfile	2010-04-18 06:59:34 UTC (rev 66615)
+++ trunk/dports/www/redland/Portfile	2010-04-18 07:00:45 UTC (rev 66616)
@@ -37,7 +37,7 @@
                     --with-sqlite=no
 
 post-configure {
-    reinplace -E {s|-arch [^ ]+||g} \
+    reinplace -E {s|-arch [a-z0-9_]+||g} \
         ${worksrcpath}/redland-src-config \
         ${worksrcpath}/redland.pc
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100418/d60971ac/attachment.html>


More information about the macports-changes mailing list