diff options
author | pav <pav@FreeBSD.org> | 2007-11-25 02:40:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-11-25 02:40:29 +0800 |
commit | fcc3c6fb034fe7d8727524e6ca42ae011d632cc1 (patch) | |
tree | f3ba99e5472e3df9c5801851a3ea55efa87c8bae /math/gambit | |
parent | 7b4b9dc69719d360432cc7ed8c290ebfb066a391 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |