diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:52:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:52:06 +0000 |
commit | 43ca79058dfcaa0e8f5cc2afcd81e7f14f32f7e1 (patch) | |
tree | 5a4edfda9d37d382732beb736636d3508e463709 /games | |
parent | 4f2a7ac379964c74543f230ef154d42bf0706aab (diff) |
BROKEN on amd64: Coredump during build
Notes
Notes:
svn path=/head/; revision=103933
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-open-medium/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index 703182719af5..bef8b17981a0 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/Makefile @@ -21,6 +21,12 @@ DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Coredump during build" +.endif + do-build: @${ECHO_MSG} '================================================================' @${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.' @@ -31,4 +37,4 @@ do-install: ${MKDIR} ${PREFIX}/lib/crafty ${INSTALL_DATA} ${WRKDIR}/book.bin ${PREFIX}/lib/crafty/medium-book.bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |