[95687] trunk/dports/gnome/gobject-introspection/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 19 04:43:37 PDT 2012


Revision: 95687
          https://trac.macports.org/changeset/95687
Author:   ryandesign at macports.org
Date:     2012-07-19 04:43:35 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
gobject-introspection: fix build for non-default build_arch

Modified Paths:
--------------
    trunk/dports/gnome/gobject-introspection/Portfile

Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile	2012-07-19 10:01:31 UTC (rev 95686)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2012-07-19 11:43:35 UTC (rev 95687)
@@ -54,9 +54,10 @@
     build.cmd               ${prefix}/bin/gmake
 }
 
-build.env-append    CC=${configure.cc}
-build.args          CC=${configure.cc} V=1
+variant universal {}
 
+build.args          CC="${configure.cc} [get_canonical_archflags cc]" V=1
+
 livecheck.type      regex
 livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/bfed486f/attachment.html>


More information about the macports-changes mailing list