summaryrefslogtreecommitdiff
path: root/lang/rscheme
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rscheme')
-rw-r--r--lang/rscheme/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile
index 04dcdde7a43b..1646fb33c845 100644
--- a/lang/rscheme/Makefile
+++ b/lang/rscheme/Makefile
@@ -28,6 +28,12 @@ MAKE_ENV= REAL_PREFIX=${PREFIX}
BOOTSTRAP_DIR= ${WRKDIR}/${DISTNAME}
BOOTSTRAP_TARGET= stage1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Coredump during build"
+.endif
+
post-extract:
@${MKDIR} ${WRKSRC} ${WRKDIR}/build
@@ -44,4 +50,4 @@ do-install:
(cd ${WRKDIR}/build && ${TAR} -c -f - resource) \
| (cd ${DATADIR} && ${TAR} --unlink -x -f -)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>