1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

BROKEN on ia64: gcc internal error during build

This commit is contained in:
Kris Kennaway 2006-01-19 23:56:25 +00:00
parent b5387a9046
commit 389f7b52fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153927

View File

@ -24,6 +24,12 @@ MAN1= obchiral.1 obfit.1 obgrep.1 obprop.1 obrotate.1 openbabel.1
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64 (gcc internal error)"
.endif
post-extract:
@${LN} -sf babel.1 ${WRKSRC}/doc/openbabel.1
@ -36,4 +42,4 @@ post-patch:
s|(babel|(openbabel|g ; \
s|= babel|= openbabel|g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>