1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

BROKEN on amd64 and ia64: Compile fails

This commit is contained in:
Kris Kennaway 2004-03-13 10:19:44 +00:00
parent bf46644472
commit 1d5cfa601a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103870

View File

@ -25,4 +25,10 @@ CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 or ia64"
.endif
.include <bsd.port.post.mk>