diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 09:07:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 09:07:46 +0800 |
commit | 93c00a6a42b2c063acbc4733a5b3b73af3f0dfa5 (patch) | |
tree | e5ad82f91f13b345047652d0e21917cef9912c37 /math | |
parent | c87d9525e7d498622bb1ea08fa6724c5fe012bdb (diff) | |
download | freebsd-ports-gnome-93c00a6a42b2c063acbc4733a5b3b73af3f0dfa5.tar.gz freebsd-ports-gnome-93c00a6a42b2c063acbc4733a5b3b73af3f0dfa5.tar.zst freebsd-ports-gnome-93c00a6a42b2c063acbc4733a5b3b73af3f0dfa5.zip |
BROKEN on alpha: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 8659d4eec907..0fc646eeb3c6 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -34,6 +34,10 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* |