aboutsummaryrefslogtreecommitdiff
path: root/emulators/openmsx
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2007-06-12 11:09:56 +0000
committerJohan van Selst <johans@FreeBSD.org>2007-06-12 11:09:56 +0000
commit7bf494c7c638dcb9f5c0eb6fee3959ec73b1acdf (patch)
treea8cdad2a10194ce048e01ee71621767a48fb8764 /emulators/openmsx
parent2fac553026acc295f30496e03e36b989c64820a4 (diff)
downloadports-7bf494c7c638dcb9f5c0eb6fee3959ec73b1acdf.tar.gz
ports-7bf494c7c638dcb9f5c0eb6fee3959ec73b1acdf.zip
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r--emulators/openmsx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index e4d6c184d107..2cc17cb10733 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -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