diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-06-12 11:09:56 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-06-12 11:09:56 +0000 |
commit | 7bf494c7c638dcb9f5c0eb6fee3959ec73b1acdf (patch) | |
tree | a8cdad2a10194ce048e01ee71621767a48fb8764 /emulators/openmsx | |
parent | 2fac553026acc295f30496e03e36b989c64820a4 (diff) | |
download | ports-7bf494c7c638dcb9f5c0eb6fee3959ec73b1acdf.tar.gz ports-7bf494c7c638dcb9f5c0eb6fee3959ec73b1acdf.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
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 |