[63747] trunk/dports/graphics/GraphicsMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 13 20:48:22 PST 2010


Revision: 63747
          http://trac.macports.org/changeset/63747
Author:   ryandesign at macports.org
Date:     2010-02-13 20:48:21 -0800 (Sat, 13 Feb 2010)
Log Message:
-----------
GraphicsMagick: remove -arch flags from *-config scripts

Modified Paths:
--------------
    trunk/dports/graphics/GraphicsMagick/Portfile

Modified: trunk/dports/graphics/GraphicsMagick/Portfile
===================================================================
--- trunk/dports/graphics/GraphicsMagick/Portfile	2010-02-14 04:46:39 UTC (rev 63746)
+++ trunk/dports/graphics/GraphicsMagick/Portfile	2010-02-14 04:48:21 UTC (rev 63747)
@@ -5,6 +5,7 @@
 
 name                    GraphicsMagick
 version                 1.3.10
+revision                1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              graphics
 platforms               darwin
@@ -58,6 +59,12 @@
 
 use_parallel_build      yes
 
+post-configure {
+    reinplace -E {s|-arch [^ ]+||g} \
+        ${worksrcpath}/magick/GraphicsMagick-config \
+        ${worksrcpath}/Magick++/bin/GraphicsMagick++-config
+}
+
 test.run                yes
 test.target             check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100213/991a5351/attachment-0001.html>


More information about the macports-changes mailing list