mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00: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
@ -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…
Reference in New Issue
Block a user