diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-24 18:40:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-24 18:40:29 +0000 |
commit | b2eb86a9b0a4e90136d06d021de59c65b472c2ba (patch) | |
tree | 3d4336af859838cdcaaceb3828c2400b99e0a70c /math | |
parent | 67a38b0c2eb7fea42bbe2362660a2bd76b61dd9f (diff) |
Notes
Diffstat (limited to 'math')
-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 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 |