1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

BROKEN on alpha and amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-07 06:00:56 +00:00
parent 7f92cab342
commit e419d7d4d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103173

View File

@ -25,8 +25,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.endif
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|/games/|/|g'
.include <bsd.port.mk>
.include <bsd.port.post.mk>