diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:05:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:05:29 +0000 |
commit | 954affa7791628821f7a44260c318fd8b30ae842 (patch) | |
tree | 5784e81478bd14ef7c80d5b0d6c83f6112fa0a1b /lang/scm | |
parent | 726eb6e2bea099336fc4ccaea6c2bd1cba369d07 (diff) |
Notes
Diffstat (limited to 'lang/scm')
-rw-r--r-- | lang/scm/Makefile | 4 |
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 |