summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2007-10-29 03:09:21 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2007-10-29 03:09:21 +0000
commit24ca57e91e4e9aee3a040efc024cf7c1158ca021 (patch)
treece35a104f04d1715752a62044943678cf2a15c53 /lang
parent. Update to 2.3.5. (diff)
Mark BROKEN with GCC 4.2.
Notes
Notes: svn path=/head/; revision=202256
Diffstat (limited to 'lang')
-rw-r--r--lang/drscheme/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index 6f2a08c67d01..44e8e37eb851 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -59,6 +59,10 @@ PLTPATCHES= # none yet for this version
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
.if defined(WITH_CGC)
ALL_TARGET= both
INSTALL_TARGET= install-both