diff options
author | kris <kris@FreeBSD.org> | 2004-09-28 09:53:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-28 09:53:59 +0800 |
commit | 5e26b9302f0eed3796020dcfe343e97dd568ef62 (patch) | |
tree | eb010f1b15f6dd59c6addcb627bb5c914c2b1ef0 /math/GiNaC | |
parent | 42c70df352b7e477a20ed93a2fe3fac81d351eb0 (diff) | |
download | freebsd-ports-gnome-5e26b9302f0eed3796020dcfe343e97dd568ef62.tar.gz freebsd-ports-gnome-5e26b9302f0eed3796020dcfe343e97dd568ef62.tar.zst freebsd-ports-gnome-5e26b9302f0eed3796020dcfe343e97dd568ef62.zip |
Now builds on amd64
Approved by: portmgr (self)
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index b4678ff635e4..f80ba15e8ad9 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -34,10 +34,6 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Configure fails on amd64" -.endif - post-extract: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* |