aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-13 16:47:45 +0800
committerkris <kris@FreeBSD.org>2004-05-13 16:47:45 +0800
commit5d71b47a8280ecb503f4c156a7a2e3e5961eca2f (patch)
tree76f2ed20b90490f1db7450552e8ae5ef003ca6cf /www
parent2dce4721d2738cb90c14505e32f244c591aa0c2c (diff)
downloadfreebsd-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/Makefile4
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