aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/openmsx
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2007-06-12 19:09:56 +0800
committerjohans <johans@FreeBSD.org>2007-06-12 19:09:56 +0800
commitf8f306ef6b9f9ae1161f31b5bfab5bb0b54e1b9c (patch)
treea9c5d7a8278d56e4446d00d7c3ee94950d927306 /emulators/openmsx
parentd3e1dcbd3366beee7ebf7525e924e2619514f77b (diff)
downloadfreebsd-ports-gnome-f8f306ef6b9f9ae1161f31b5bfab5bb0b54e1b9c.tar.gz
freebsd-ports-gnome-f8f306ef6b9f9ae1161f31b5bfab5bb0b54e1b9c.tar.zst
freebsd-ports-gnome-f8f306ef6b9f9ae1161f31b5bfab5bb0b54e1b9c.zip
Mark broken on FreeBSD 5.x/amd64 (internal gcc error)
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