BROKEN on sparc64: fails to link
This commit is contained in:
parent
cdf4876760
commit
f2befaf41c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109054
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue