[126220] trunk/dports/gnome/evince/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 5 11:44:43 PDT 2014


Revision: 126220
          https://trac.macports.org/changeset/126220
Author:   ryandesign at macports.org
Date:     2014-10-05 11:44:42 -0700 (Sun, 05 Oct 2014)
Log Message:
-----------
evince: use the right compiler for gobject-introspection code

Modified Paths:
--------------
    trunk/dports/gnome/evince/Portfile

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2014-10-05 17:13:50 UTC (rev 126219)
+++ trunk/dports/gnome/evince/Portfile	2014-10-05 18:44:42 UTC (rev 126220)
@@ -79,6 +79,9 @@
     configure.args-append   --disable-browser-plugin
 }
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
+
 variant djvu description {Support for djvu documents using djvulibre} {
     configure.args-replace --disable-djvu --enable-djvu
     depends_lib-append port:djvulibre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141005/966d8b48/attachment.html>


More information about the macports-changes mailing list