[126258] trunk/dports/gnome/evince

devans at macports.org devans at macports.org
Mon Oct 6 09:33:00 PDT 2014


Revision: 126258
          https://trac.macports.org/changeset/126258
Author:   devans at macports.org
Date:     2014-10-06 09:33:00 -0700 (Mon, 06 Oct 2014)
Log Message:
-----------
evince: disable browser plugin if libc++ is not configured rather than based on OS version.

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

Property Changed:
----------------
    trunk/dports/gnome/evince/


Property changes on: trunk/dports/gnome/evince
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/evince:108269-126096
/users/devans/GNOME-3/unstable/dports/gnome/evince:114069-118152,121463-125801
   + /users/devans/GNOME-3/stable/dports/gnome/evince:108269-126257
/users/devans/GNOME-3/unstable/dports/gnome/evince:114069-118152,121463-125801

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2014-10-06 16:29:59 UTC (rev 126257)
+++ trunk/dports/gnome/evince/Portfile	2014-10-06 16:33:00 UTC (rev 126258)
@@ -72,10 +72,10 @@
                 --enable-comics \
                 --enable-t1lib
 
-# disable browser plugin on darwin 12 and earlier
-# due to requirement for -std=c++11 -stdlib=libc++
+# browser plugin requires -std=c++11 -stdlib=libc++
+# disable plugin if libc++ is not configured
 
-if {${os.major} < 13} {
+if {${configure.cxx_stdlib} ne "libc++"} {
     configure.args-append   --disable-browser-plugin
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141006/6e68925b/attachment.html>


More information about the macports-changes mailing list