[126269] users/devans/GNOME-3/stable/dports/net/libgweather

devans at macports.org devans at macports.org
Mon Oct 6 14:03:15 PDT 2014


Revision: 126269
          https://trac.macports.org/changeset/126269
Author:   devans at macports.org
Date:     2014-10-06 14:03:15 -0700 (Mon, 06 Oct 2014)
Log Message:
-----------
GNOME-3/stable: libgweather, use the right compiler for introspection, delete commented configuration items.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/net/libgweather/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/net/libgweather/


Property changes on: users/devans/GNOME-3/stable/dports/net/libgweather
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/net/libgweather:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/net/libgweather:108265-119026
/users/devans/GNOME-3/unstable/dports/net/libgweather:116416-118154,119550-125720
   + /branches/mld-qt-481/dports/net/libgweather:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/net/libgweather:108265-126132
/users/devans/GNOME-3/unstable/dports/net/libgweather:116416-118154,119550-125720

Modified: users/devans/GNOME-3/stable/dports/net/libgweather/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/net/libgweather/Portfile	2014-10-06 20:59:07 UTC (rev 126268)
+++ users/devans/GNOME-3/stable/dports/net/libgweather/Portfile	2014-10-06 21:03:15 UTC (rev 126269)
@@ -49,9 +49,6 @@
 
 configure.cmd   ./autogen.sh
 
-#configure.cflags-append \
-#                -Wno-error=format-nonliteral
-
 configure.args  --enable-compile-warnings=minimum \
                 --enable-introspection=yes \
                 --enable-vala=yes \
@@ -60,6 +57,9 @@
                 --disable-silent-rules \
                 --disable-glibtest
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
+
 variant glade description {Enable building of glade catalog items} {
     depends_lib-append  port:glade
     configure.args-replace --enable-glade-catalog=no --enable-glade-catalog=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141006/7ccd1076/attachment-0001.html>


More information about the macports-changes mailing list