aboutsummaryrefslogtreecommitdiff
path: root/lang/yabasic
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 23:02:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 23:02:07 +0000
commitc695a1e1e37647c48a2b21380ff839fe5fa77574 (patch)
tree4a28aeb84518530d57f0adf900f645efd605939d /lang/yabasic
parent10bc2c3ab0195cf94d5ae0420376bfb3f8f30481 (diff)
downloadports-c695a1e1e37647c48a2b21380ff839fe5fa77574.tar.gz
ports-c695a1e1e37647c48a2b21380ff839fe5fa77574.zip
Notes
Diffstat (limited to 'lang/yabasic')
-rw-r--r--lang/yabasic/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile
index 69815c2245e8..0c6871e817a2 100644
--- a/lang/yabasic/Makefile
+++ b/lang/yabasic/Makefile
@@ -23,6 +23,10 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
+.if ${ARCH} == "amd64" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+BROKEN= all tests end up with segfault on FreeBSD < 10.x amd64
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-DUNIX|@X_CFLAGS@ &|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/Intrinsic\.h/d' ${WRKSRC}/yabasic.h