1
0
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:
Johan van Selst 2007-06-12 11:09:56 +00:00
parent 2fac553026
commit 7bf494c7c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193317

View File

@ -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