summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-13 10:37:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-13 10:37:04 +0000
commit17e8d727dc77978d0625c236d42cbd47cee10f02 (patch)
tree868c7b46d20d09595073743eaad214e255e537a0 /math
parentBROKEN on !i386: Does not compile (diff)
BROKEN on amd64: Configure fails
Diffstat (limited to 'math')
-rw-r--r--math/GiNaC/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 57d6a0e164c2..74ea2311c0a8 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -34,6 +34,10 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Configure fails on amd64"
+.endif
+
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport