[92380] trunk/dports/graphics/jbig2enc/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 26 20:17:40 PDT 2012


Revision: 92380
          https://trac.macports.org/changeset/92380
Author:   ryandesign at macports.org
Date:     2012-04-26 20:17:40 -0700 (Thu, 26 Apr 2012)
Log Message:
-----------
jbig2enc: build for the right arch

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

Modified: trunk/dports/graphics/jbig2enc/Portfile
===================================================================
--- trunk/dports/graphics/jbig2enc/Portfile	2012-04-27 03:01:04 UTC (rev 92379)
+++ trunk/dports/graphics/jbig2enc/Portfile	2012-04-27 03:17:40 UTC (rev 92380)
@@ -33,8 +33,8 @@
 
 build.target        ${bin}
 build.args          CC=${configure.cxx} \
-                    CFLAGS="${configure.cppflags} ${configure.cflags}" \
-                    LDFLAGS="${configure.ldflags}"
+                    CFLAGS="${configure.cppflags} ${configure.cflags} [get_canonical_archflags cc]" \
+                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
 
 destroot {
     xinstall -m 755 ${worksrcpath}/${bin} ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120426/3d4ae107/attachment.html>


More information about the macports-changes mailing list