diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | d095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch) | |
tree | ca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /emulators/openmsx | |
parent | c0a7a1f97264b914fa27603f8433b87b38b15f14 (diff) | |
download | ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.tar.gz ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 15e886d31e5e..ffd59dcb8a4f 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -37,15 +37,4 @@ USE_SDL= sdl image MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy .endif -.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 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |