aboutsummaryrefslogtreecommitdiffstats
path: root/math/gambit
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-25 02:40:29 +0800
committerpav <pav@FreeBSD.org>2007-11-25 02:40:29 +0800
commitfcc3c6fb034fe7d8727524e6ca42ae011d632cc1 (patch)
treef3ba99e5472e3df9c5801851a3ea55efa87c8bae /math/gambit
parent7b4b9dc69719d360432cc7ed8c290ebfb066a391 (diff)
downloadfreebsd-ports-graphics-fcc3c6fb034fe7d8727524e6ca42ae011d632cc1.tar.gz
freebsd-ports-graphics-fcc3c6fb034fe7d8727524e6ca42ae011d632cc1.tar.zst
freebsd-ports-graphics-fcc3c6fb034fe7d8727524e6ca42ae011d632cc1.zip
- Mark BROKEN on amd64 and 7.0
Reported by: pointyhat Approved by: portmgr (hat)
Diffstat (limited to 'math/gambit')
-rw-r--r--math/gambit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile
index 2f602c6bad3..121e854d3bc 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