[153467] users/devans/GNOME-3/stable/dports/gnome/gnome3-apps/Portfile
devans at macports.org
devans at macports.org
Sun Oct 2 00:33:29 CEST 2016
Revision: 153467
https://trac.macports.org/changeset/153467
Author: devans at macports.org
Date: 2016-10-01 15:33:29 -0700 (Sat, 01 Oct 2016)
Log Message:
-----------
GNOME-3/stable: gnome3-apps, skip ports that require libc++ to build if default C++ stdlib is not libc++.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/gnome3-apps/Portfile
Modified: users/devans/GNOME-3/stable/dports/gnome/gnome3-apps/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome3-apps/Portfile 2016-10-01 22:31:38 UTC (rev 153466)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome3-apps/Portfile 2016-10-01 22:33:29 UTC (rev 153467)
@@ -63,6 +63,8 @@
# module set and have been ported to MacPorts but
# are currently broken and/or need to be updated
#
+# none at this point
+#
depends_lib port:bijiben \
port:dconf-editor \
@@ -75,11 +77,20 @@
port:gnome-devel-docs \
port:gnome-dictionary \
port:gnome-music \
- port:gnome-sudoku \
port:polari \
port:rygel \
port:seahorse
+# 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-sudoku
+ }
+}
+
use_configure no
build { }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161001/e7608ab3/attachment-0002.html>
More information about the macports-changes
mailing list