1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Anton notes that this does build on ia64.

This commit is contained in:
Mark Linimon 2012-09-06 08:46:25 +00:00
parent ad9f558005
commit 7b1a593eed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303748

View File

@ -85,8 +85,8 @@ CFLAGS+= -DWITH_NVIDIA_GL=1
ARCH!= uname -p
.endif
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on powerpc, or sparc64
.endif
.include <bsd.port.post.mk>