summaryrefslogtreecommitdiff
path: root/graphics/aqsis
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-07-10 19:04:29 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-07-10 19:04:29 +0000
commit5dd90f14b6da30826a24e870cf08af1a37e632a2 (patch)
tree84870428a7c6434d8eefa9d6573d6e251d09aaa8 /graphics/aqsis
parentReplace master site with working ones (diff)
mark BROKEN on ia64
Noted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=138836
Diffstat (limited to 'graphics/aqsis')
-rw-r--r--graphics/aqsis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index 8a9c8051eafb..634264984e05 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -38,8 +38,8 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Does not compile on amd64 (needs -fPIC)"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
+BROKEN= "Does not compile on ${MACHINE_ARCH} (needs -fPIC)"
.endif
post-patch: