BROKEN on sparc64: fails to link

This commit is contained in:
Kris Kennaway 2004-05-13 08:47:45 +00:00
parent cdf4876760
commit f2befaf41c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109054

View file

@ -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