aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authenticache
diff options
context:
space:
mode:
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>