summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-24 18:40:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-24 18:40:29 +0000
commitb2eb86a9b0a4e90136d06d021de59c65b472c2ba (patch)
tree3d4336af859838cdcaaceb3828c2400b99e0a70c /math
parent- Update to 2.2.21 (make it fetchable again) (diff)
- Mark BROKEN on amd64 and 7.0
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202814
Diffstat (limited to 'math')
-rw-r--r--math/gambit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile
index 2f602c6bad3f..121e854d3bc6 100644
--- a/math/gambit/Makefile
+++ b/math/gambit/Makefile
@@ -29,6 +29,10 @@ CFLAGS+= -O2 -fno-strict-aliasing
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
+BROKEN= Does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure