[153470] trunk/dports/gnome/gnome3-core/Portfile

devans at macports.org devans at macports.org
Sun Oct 2 01:18:54 CEST 2016


Revision: 153470
          https://trac.macports.org/changeset/153470
Author:   devans at macports.org
Date:     2016-10-01 16:18:54 -0700 (Sat, 01 Oct 2016)
Log Message:
-----------
gnome3-core: skip ports that require libc++ to build if default C++ stdlib is not libc++, increment revision.

Modified Paths:
--------------
    trunk/dports/gnome/gnome3-core/Portfile

Modified: trunk/dports/gnome/gnome3-core/Portfile
===================================================================
--- trunk/dports/gnome/gnome3-core/Portfile	2016-10-01 23:13:00 UTC (rev 153469)
+++ trunk/dports/gnome/gnome3-core/Portfile	2016-10-01 23:18:54 UTC (rev 153470)
@@ -5,6 +5,7 @@
 
 name            gnome3-core
 version         3.22.0
+revision        1
 categories      gnome
 license         Permissive
 maintainers     devans openmaintainer
@@ -176,6 +177,16 @@
                 port:yelp-xsl \
                 port:zenity
 
+# ports that require libc++ to build
+# skip if default C++ stdlib is not libc++
+
+platform darwin {
+    if {${configure.cxx_stdlib} eq "libc++"} {
+        depends_lib-append  \
+                port:gnome-online-miners
+    }
+}
+
 use_configure   no
 build           { }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161001/be1178c6/attachment-0002.html>


More information about the macports-changes mailing list