aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authenticache
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 22:44:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 22:44:24 +0000
commit91a51349c5bcf304020cca292a6cdb520893e720 (patch)
tree4edd8aafc7d4a307df647d4aec0f04b6cf2ca298 /www/mod_authenticache
parent76b01693b38e338a6481393506c8799ef0daf7b8 (diff)
downloadports-91a51349c5bcf304020cca292a6cdb520893e720.tar.gz
ports-91a51349c5bcf304020cca292a6cdb520893e720.zip
Notes
Diffstat (limited to 'www/mod_authenticache')
-rw-r--r--www/mod_authenticache/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_authenticache/Makefile b/www/mod_authenticache/Makefile
index a0477e4934ec..be248ec7da1e 100644
--- a/www/mod_authenticache/Makefile
+++ b/www/mod_authenticache/Makefile
@@ -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>