[77949] trunk/dports/graphics/openjpeg/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 17 20:53:29 PDT 2011


Revision: 77949
          http://trac.macports.org/changeset/77949
Author:   ryandesign at macports.org
Date:     2011-04-17 20:53:29 -0700 (Sun, 17 Apr 2011)
Log Message:
-----------
openjpeg: fix compiling for non-default build_arch

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

Modified: trunk/dports/graphics/openjpeg/Portfile
===================================================================
--- trunk/dports/graphics/openjpeg/Portfile	2011-04-18 03:52:05 UTC (rev 77948)
+++ trunk/dports/graphics/openjpeg/Portfile	2011-04-18 03:53:29 UTC (rev 77949)
@@ -37,7 +37,7 @@
 use_parallel_build no
 
 if { ![variant_isset universal] } {
-    build.args-append "COMPILERFLAGS='${configure.cflags}'"
+    build.args-append "COMPILERFLAGS='${configure.cflags} ${configure.cc_archflags}'"
 } else {
     build.args-append "COMPILERFLAGS='${configure.cflags} ${configure.universal_cflags}'"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110417/504f1816/attachment.html>


More information about the macports-changes mailing list