[91249] trunk/dports/graphics/exact-image/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 27 05:27:59 PDT 2012


Revision: 91249
          https://trac.macports.org/changeset/91249
Author:   ryandesign at macports.org
Date:     2012-03-27 05:27:58 -0700 (Tue, 27 Mar 2012)
Log Message:
-----------
exact-image: ensure we're UsingTheRightCompiler (#33784) and -arch flags at build time; disable broken universal variant (#33785)

Modified Paths:
--------------
    trunk/dports/graphics/exact-image/Portfile

Modified: trunk/dports/graphics/exact-image/Portfile
===================================================================
--- trunk/dports/graphics/exact-image/Portfile	2012-03-27 11:59:38 UTC (rev 91248)
+++ trunk/dports/graphics/exact-image/Portfile	2012-03-27 12:27:58 UTC (rev 91249)
@@ -45,8 +45,15 @@
                     --without-php \
                     --without-ruby
 
-build.args          Q=
+configure.universal_args-delete --disable-dependency-tracking
 
+# gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
+universal_variant   no
+
+build.args          CC="${configure.cc} [get_canonical_archflags cc]" \
+                    CXX="${configure.cxx} [get_canonical_archflags cxx]" \
+                    Q=
+
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120327/6efb6abb/attachment.html>


More information about the macports-changes mailing list