1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

BROKEN on amd64 and ia64: Does not compile (shared library objects must be

compiled with -fPIC)
This commit is contained in:
Kris Kennaway 2004-03-19 22:44:24 +00:00
parent 76b01693b3
commit 91a51349c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104672

View File

@ -18,4 +18,10 @@ WITH_APACHE2= YES
USE_GMAKE= YES
MAKE_ENV+= APXS="${APXS}"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64 (shared library objects must be compiled with -fPIC)"
.endif
.include <bsd.port.post.mk>