mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
This commit is contained in:
parent
ae36146812
commit
dda77461b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424386
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue