From 054b0bd4946a95c52cb88f6e67405bc496d34775 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 27 Mar 2005 02:11:50 +0000 Subject: BROKEN on ia64: Shared libraries must be built with -fPIC Approved by: portmgr (self) --- www/wml/Makefile | 4 ++-- 1 file 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 -.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 -- cgit v1.2.3