diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:42:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:42:52 +0000 |
commit | 6a3e177235254af3b117153d77236f9849f00f46 (patch) | |
tree | 3ebc07ddfdc1a4b978b77cd375f4995feb746a34 /math/gambit | |
parent | 03c845f4168de627f90e840cb3bfb4bae1ca0b74 (diff) | |
download | ports-6a3e177235254af3b117153d77236f9849f00f46.tar.gz ports-6a3e177235254af3b117153d77236f9849f00f46.zip |
Notes
Diffstat (limited to 'math/gambit')
-rw-r--r-- | math/gambit/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 340aca05e6ba..2f602c6bad3f 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -29,10 +29,6 @@ CFLAGS+= -O2 -fno-strict-aliasing .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure |