aboutsummaryrefslogtreecommitdiff
path: root/games/amy
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 23:00:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 23:00:01 +0000
commitae51ddccf2228b62cd5dc165847212b63c9fb418 (patch)
tree014b150617a85295b8c0dd26bb7f604ab7e64f4c /games/amy
parentbb8a3d8db2af300b661b2babdd85ed9c27c951c8 (diff)
downloadports-ae51ddccf2228b62cd5dc165847212b63c9fb418.tar.gz
ports-ae51ddccf2228b62cd5dc165847212b63c9fb418.zip
BROKEN on amd64: Segfault during build
Notes
Notes: svn path=/head/; revision=146610
Diffstat (limited to 'games/amy')
-rw-r--r--games/amy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/amy/Makefile b/games/amy/Makefile
index 5f9c79542efb..54e792650a12 100644
--- a/games/amy/Makefile
+++ b/games/amy/Makefile
@@ -24,6 +24,12 @@ MAN6= Amy.6
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Segfault during build on amd64"
+.endif
+
post-extract:
${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \
${WRKSRC}/PGN/ClassicGames.pgn
@@ -34,4 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>