Modified: trunk/dports/graphics/cogl/Portfile (115430 => 115431)
--- 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 \