1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

BROKEN on amd64: Coredump during build

This commit is contained in:
Kris Kennaway 2004-03-14 01:52:06 +00:00
parent 4f2a7ac379
commit 43ca79058d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103933

View File

@ -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>