diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-21 08:31:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-21 08:31:57 +0000 |
commit | dda77461b0d1a35e85d942faa5a2f8930cfdc022 (patch) | |
tree | c9f0fee4fef1949dc0e5a177228714608e590863 | |
parent | - Mark broken on 9.x: (diff) |
- Mark broken on 9.x:
/wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: ISO C++ forbids declaration of '__decltype' with no type
/wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: typedef '__decltype' is initialized (use __typeof__ instead)
Approved by: portmgr blanket
-rw-r--r-- | math/clp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index 7278ec840517..69dad8aa6bb5 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -12,7 +12,8 @@ COMMENT= Linear Programming Solver LICENSE= EPL -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build +BROKEN_FreeBSD_9= does not build USES= blaslapack fortran libtool tar:tgz pathfix CXXFLAGS+= -ffast-math @@ -33,6 +34,6 @@ PORTDOCS= * DEBUG_CXXFLAGS= -fomit-frame-pointer post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include <bsd.port.mk> |