diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 07:56:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 07:56:25 +0800 |
commit | ca55441523a5f8e5cc7eabda9c547ff1e9dcd010 (patch) | |
tree | c189ef9199a3c3338680e4587bf6dc9928900da3 /science/openbabel | |
parent | 7f9b9a1ae8f9e196df3ddd69599b5460c2351e62 (diff) | |
download | freebsd-ports-gnome-ca55441523a5f8e5cc7eabda9c547ff1e9dcd010.tar.gz freebsd-ports-gnome-ca55441523a5f8e5cc7eabda9c547ff1e9dcd010.tar.zst freebsd-ports-gnome-ca55441523a5f8e5cc7eabda9c547ff1e9dcd010.zip |
BROKEN on ia64: gcc internal error during build
Diffstat (limited to 'science/openbabel')
-rw-r--r-- | science/openbabel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index bf111c6b704e..bc6fb06c1d7f 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -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> |