diff options
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: |