[95690] trunk/dports/devel/atk/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 19 04:58:47 PDT 2012


Revision: 95690
          https://trac.macports.org/changeset/95690
Author:   ryandesign at macports.org
Date:     2012-07-19 04:58:47 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
atk: fix build for non-default build_arch; fix UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/devel/atk/Portfile

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2012-07-19 11:55:06 UTC (rev 95689)
+++ trunk/dports/devel/atk/Portfile	2012-07-19 11:58:47 UTC (rev 95690)
@@ -41,8 +41,9 @@
     depends_build-append    port:gmake
     build.cmd               ${prefix}/bin/gmake
 }
+
 # gobject-introspection uses $CC from env
-build.env-append        CC=${configure.cc}
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
 livecheck.type          regex
 livecheck.url           http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/d855a05a/attachment.html>


More information about the macports-changes mailing list