diff options
-rw-r--r-- | www/mod_authenticache/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_authenticache/Makefile b/www/mod_authenticache/Makefile index a0477e4934e..be248ec7da1 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> |