summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/wml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index 75938eefa17e..5f47736beccf 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -60,8 +60,8 @@ MAN7= wml_intro.7 wml_macros.7 wml_tutorial.7 wml_faq.7 wml_tags.7
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Build fails on amd64 (needs to build shared libraries with -fPIC)"
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Build fails on amd64 or ia64 (needs to build shared libraries with -fPIC)"
.endif
.if ${PERL_LEVEL} < 500600