mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark broken on FreeBSD 5.x/amd64 (internal gcc error)
This commit is contained in:
parent
2fac553026
commit
7bf494c7c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193317
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
|
||||
BROKEN= internal compiler error on 5.x/amd64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} < 503000
|
||||
@${REINPLACE_CMD} -e 's/round/rint/' ${WRKSRC}/src/Math.hh
|
||||
|
|
Loading…
Add table
Reference in a new issue