summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 03:05:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 03:05:29 +0000
commit954affa7791628821f7a44260c318fd8b30ae842 (patch)
tree5784e81478bd14ef7c80d5b0d6c83f6112fa0a1b /lang
parentBROKEN on 5.x: Configure fails (diff)
BROKEN on 5.x: Segfault during build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118427
Diffstat (limited to 'lang')
-rw-r--r--lang/scm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 3a8ba0a014ae..dfd32c814db5 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -37,6 +37,10 @@ SCM_MODULES= crs.so edline.so gsubr.so ioext.so posix.so ramap.so \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Segfault during build"
+.endif
+
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif