diff options
author | oliver <oliver@FreeBSD.org> | 2005-07-11 03:04:29 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-07-11 03:04:29 +0800 |
commit | 60ec3fe6ef80975b2e5a1e4aa165c1d93beb2504 (patch) | |
tree | 2f85770ac792ca285bd1b62e29a7f1e44593a962 /graphics | |
parent | 5f9636ece4e85eb7fb1159c45584003558057ba9 (diff) | |
download | freebsd-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/Makefile | 4 |
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: |