Revision: 115431 https://trac.macports.org/changeset/115431 Author: jeremyhu@macports.org Date: 2014-01-01 16:43:55 -0800 (Wed, 01 Jan 2014) Log Message: ----------- cogl: Use the g-ir-scanner recipe Modified Paths: -------------- trunk/dports/graphics/cogl/Portfile Modified: trunk/dports/graphics/cogl/Portfile =================================================================== --- trunk/dports/graphics/cogl/Portfile 2014-01-02 00:26:58 UTC (rev 115430) +++ trunk/dports/graphics/cogl/Portfile 2014-01-02 00:43:55 UTC (rev 115431) @@ -59,6 +59,10 @@ } } +# gobject-introspection uses g-ir-scanner, which uses $CC from env +build.args-append CC="${configure.cc} ${configure.cc_archflags}" +destroot.args-append CC="${configure.cc} ${configure.cc_archflags}" + variant x11 conflicts quartz { patchfiles-append patch-disable-quartz.diff depends_lib-append port:gdk-pixbuf2 \