[124913] users/larryv/dports/devel/ppl/Portfile
Revision: 124913 https://trac.macports.org/changeset/124913 Author: larryv@macports.org Date: 2014-08-30 21:11:21 -0700 (Sat, 30 Aug 2014) Log Message: ----------- ppl: Force only C and C++ interfaces Modified Paths: -------------- users/larryv/dports/devel/ppl/Portfile Modified: users/larryv/dports/devel/ppl/Portfile =================================================================== --- users/larryv/dports/devel/ppl/Portfile 2014-08-31 04:06:16 UTC (rev 124912) +++ users/larryv/dports/devel/ppl/Portfile 2014-08-31 04:11:21 UTC (rev 124913) @@ -48,6 +48,9 @@ compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 compiler.fallback-append apple-gcc-4.2 + +configure.args --enable-interfaces='cxx c' + if {[regexp clang|llvm ${configure.compiler}]} { # As of 'ppl-0.12.1', we need to be careful about use of the # '--enable-fpmath' flag! Newer versions of 'clang' will error about
participants (1)
-
larryv@macports.org