[125806] trunk/dports/pure/pure-stldict/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 26 13:59:49 PDT 2014


Revision: 125806
          https://trac.macports.org/changeset/125806
Author:   ryandesign at macports.org
Date:     2014-09-26 13:59:49 -0700 (Fri, 26 Sep 2014)
Log Message:
-----------
pure-stldict: blacklist compilers that don't do C++11

Modified Paths:
--------------
    trunk/dports/pure/pure-stldict/Portfile

Modified: trunk/dports/pure/pure-stldict/Portfile
===================================================================
--- trunk/dports/pure/pure-stldict/Portfile	2014-09-26 20:53:12 UTC (rev 125805)
+++ trunk/dports/pure/pure-stldict/Portfile	2014-09-26 20:59:49 UTC (rev 125806)
@@ -22,6 +22,9 @@
 patchfiles              patch-Makefile.diff
 patchfiles-append       patch-tr1-support.diff
 
+# Requires C++11.
+compiler.blacklist-append gcc-* *llvm-gcc*
+
 # These are set in the Makefile but the pure portgroup overrides them.
 configure.cxxflags-append -g -std=c++0x -Wall
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140926/e95f5727/attachment.html>


More information about the macports-changes mailing list