diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
commit | eb9984e0f5ec02abe837b7388b574d185c7ed621 (patch) | |
tree | de5b178d08b2c6aaf058df603c23439e2635ec4a /math/rascal | |
parent | 7bde97722a721c4609c220fa0c001da656caa245 (diff) | |
download | ports-eb9984e0f5ec02abe837b7388b574d185c7ed621.tar.gz ports-eb9984e0f5ec02abe837b7388b574d185c7ed621.zip |
Notes
Diffstat (limited to 'math/rascal')
-rw-r--r-- | math/rascal/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index c863041ce94d..a49c540660f3 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -31,6 +31,10 @@ MAN1= rascal.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${OSVERSION} < 502000 BUILD_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline RUN_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline |