aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-07-11 03:04:29 +0800
committeroliver <oliver@FreeBSD.org>2005-07-11 03:04:29 +0800
commit60ec3fe6ef80975b2e5a1e4aa165c1d93beb2504 (patch)
tree2f85770ac792ca285bd1b62e29a7f1e44593a962 /graphics
parent5f9636ece4e85eb7fb1159c45584003558057ba9 (diff)
downloadfreebsd-ports-gnome-60ec3fe6ef80975b2e5a1e4aa165c1d93beb2504.tar.gz
freebsd-ports-gnome-60ec3fe6ef80975b2e5a1e4aa165c1d93beb2504.tar.zst
freebsd-ports-gnome-60ec3fe6ef80975b2e5a1e4aa165c1d93beb2504.zip
mark BROKEN on ia64
Noted by: pointyhat via kris
Diffstat (limited to 'graphics')
-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: