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

devans at macports.org devans at macports.org
Sat Oct 4 09:21:18 PDT 2014


Revision: 126152
          https://trac.macports.org/changeset/126152
Author:   devans at macports.org
Date:     2014-10-04 09:21:18 -0700 (Sat, 04 Oct 2014)
Log Message:
-----------
evince: disable browser-plugin on darwin 12 and earlier due to C++11 libc++ requirement.

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

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2014-10-04 15:32:35 UTC (rev 126151)
+++ trunk/dports/gnome/evince/Portfile	2014-10-04 16:21:18 UTC (rev 126152)
@@ -72,6 +72,13 @@
                 --enable-comics \
                 --enable-t1lib
 
+# disable browser plugin on darwin 12 and earlier
+# due to requirement for -std=c++11 -stdlib=libc++
+
+if {${os.major} < 13} {
+    configure.args-append   --disable-browser-plugin
+}
+
 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/20141004/6e2a465a/attachment.html>


More information about the macports-changes mailing list