diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-28 01:53:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-28 01:53:59 +0000 |
commit | 6cf6bed8241173839b755f22667ccd6d403a831f (patch) | |
tree | 74b01b1c6f8dcf7bfe8a49b10b3db378e45cfd67 /math/GiNaC/Makefile | |
parent | c1481d696ea1e6b43e904d2eb4ca228684773d27 (diff) |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-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* |