[143681] trunk/dports/textproc/pdf2htmlex/Portfile

devans at macports.org devans at macports.org
Thu Dec 17 09:49:50 PST 2015


Revision: 143681
          https://trac.macports.org/changeset/143681
Author:   devans at macports.org
Date:     2015-12-17 09:49:49 -0800 (Thu, 17 Dec 2015)
Log Message:
-----------
pdf2htmlex: blacklist compilers that don't support C++0x to fix build on 10.6 and earlier (#40900).

Modified Paths:
--------------
    trunk/dports/textproc/pdf2htmlex/Portfile

Modified: trunk/dports/textproc/pdf2htmlex/Portfile
===================================================================
--- trunk/dports/textproc/pdf2htmlex/Portfile	2015-12-17 17:29:22 UTC (rev 143680)
+++ trunk/dports/textproc/pdf2htmlex/Portfile	2015-12-17 17:49:49 UTC (rev 143681)
@@ -4,6 +4,7 @@
 PortSystem          1.0
 PortGroup           cmake 1.0
 PortGroup           github 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        coolwanglu pdf2htmlEX 43e3174cbc
 name                pdf2htmlex
@@ -29,4 +30,7 @@
 
 patchfiles          patch-poppler-0.31.diff
 
+# blacklist compilers that don't support C++0x
+compiler.blacklist  *gcc* {clang < 300}
+
 cmake.out_of_source yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151217/8d969b5c/attachment.html>


More information about the macports-changes mailing list