diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-10-29 03:09:21 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-10-29 03:09:21 +0000 |
commit | 24ca57e91e4e9aee3a040efc024cf7c1158ca021 (patch) | |
tree | ce35a104f04d1715752a62044943678cf2a15c53 /lang | |
parent | cfb6386e5c8e805f9263f69bf3c5805b9b8eb472 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/drscheme/Makefile | 4 |
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 |