diff options
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 3a8ba0a..dfd32c8 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 |