From bdb9620e0caba69eb3b773b9428402a8a9f9ee3a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 21 May 2005 18:17:12 +0000 Subject: BROKEN on alpha: Does not compile --- www/mod_jk2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/mod_jk2') diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile index aa7d087b935d..44e7a9174e80 100644 --- a/www/mod_jk2/Makefile +++ b/www/mod_jk2/Makefile @@ -33,6 +33,10 @@ WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk2-${PORTVERSION}-src/jk/native2 WITH_APACHE2= yes .endif +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + .if ${ARCH} == "sparc64" && !defined(WITH_APACHE2) BROKEN= "Fails to link on sparc64" .endif -- cgit v1.2.3