diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-10 19:04:29 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-10 19:04:29 +0000 |
commit | 5dd90f14b6da30826a24e870cf08af1a37e632a2 (patch) | |
tree | 84870428a7c6434d8eefa9d6573d6e251d09aaa8 /graphics/aqsis/Makefile | |
parent | 74ddda8f31a2e2dfab20f6bd196c517dc474cc25 (diff) | |
download | ports-5dd90f14b6da30826a24e870cf08af1a37e632a2.tar.gz ports-5dd90f14b6da30826a24e870cf08af1a37e632a2.zip |
Notes
Diffstat (limited to 'graphics/aqsis/Makefile')
-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: |