[129080] trunk/dports/graphics/dcmtk/Portfile
Revision: 129080 https://trac.macports.org/changeset/129080 Author: eborisch@macports.org Date: 2014-12-04 16:46:46 -0800 (Thu, 04 Dec 2014) Log Message: ----------- dcmtk: blacklist gcc and clang versions w/o clang++. See #46120 Modified Paths: -------------- trunk/dports/graphics/dcmtk/Portfile Modified: trunk/dports/graphics/dcmtk/Portfile =================================================================== --- trunk/dports/graphics/dcmtk/Portfile 2014-12-05 00:17:16 UTC (rev 129079) +++ trunk/dports/graphics/dcmtk/Portfile 2014-12-05 00:46:46 UTC (rev 129080) @@ -1,6 +1,7 @@ # $Id$ PortSystem 1.0 +PortGroup compiler_blacklist_versions 1.0 PortGroup muniversal 1.0 name dcmtk @@ -46,7 +47,7 @@ rmd160 cdd103fbf3bf526909ae29f854623f634fff6d66 \ sha256 c0aab5a3809e20f8b4eae2f181c77a1668d0665e86a590821a59808f45656cdc -configure.compiler clang +compiler.blacklist *gcc* {clang < 137} depends_lib port:zlib \ port:libiconv \
participants (1)
-
eborisch@macports.org