BROKEN on ia64: Shared libraries must be built with -fPIC

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-27 02:11:50 +00:00
parent b1f90cac6f
commit 054b0bd494
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132075

View File

@ -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