diff options
author | kris <kris@FreeBSD.org> | 2004-05-13 16:47:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-13 16:47:45 +0800 |
commit | 5d71b47a8280ecb503f4c156a7a2e3e5961eca2f (patch) | |
tree | 76f2ed20b90490f1db7450552e8ae5ef003ca6cf /www | |
parent | 2dce4721d2738cb90c14505e32f244c591aa0c2c (diff) | |
download | freebsd-ports-gnome-5d71b47a8280ecb503f4c156a7a2e3e5961eca2f.tar.gz freebsd-ports-gnome-5d71b47a8280ecb503f4c156a7a2e3e5961eca2f.tar.zst freebsd-ports-gnome-5d71b47a8280ecb503f4c156a7a2e3e5961eca2f.zip |
BROKEN on sparc64: fails to link
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_jk2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile index 28783033f4ac..0fe5ff49e6f8 100644 --- a/www/mod_jk2/Makefile +++ b/www/mod_jk2/Makefile @@ -29,6 +29,10 @@ WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk2-${PORTVERSION}-src/jk/native2 .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Fails to link on sparc64" +.endif + .if exists(${LOCALBASE}/include/apache2/apr.h) WITH_APACHE2= yes .endif |