summaryrefslogtreecommitdiff
path: root/japanese/jvim
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
commitb7ff7031ea6f07582ad920bef0ffd13ac1adcc44 (patch)
treefa95c4dec9e92efb4ff7df81d579129d7bc11807 /japanese/jvim
parentFix F77 detection. (diff)
BROKEN with gcc 4.2
Notes
Notes: svn path=/head/; revision=191950
Diffstat (limited to 'japanese/jvim')
-rw-r--r--japanese/jvim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/jvim/Makefile b/japanese/jvim/Makefile
index 0e992eac7cad..bc141ec2c7a6 100644
--- a/japanese/jvim/Makefile
+++ b/japanese/jvim/Makefile
@@ -52,6 +52,10 @@ JPLIB+= -ljd -lcrypt
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
#
# Make a value of INPUT_METHOD
.if defined(INPUT_METHOD)