aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-21 18:23:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-21 18:23:04 +0800
commit1171b93f590af38dcfb6441e047cf590c638042e (patch)
tree08000d985d3c301ab08d407a5ebcbdebd5a654c7 /lang
parentb8cdac817f4ca08b22738a76c576a9011abd4604 (diff)
downloadfreebsd-ports-gnome-1171b93f590af38dcfb6441e047cf590c638042e.tar.gz
freebsd-ports-gnome-1171b93f590af38dcfb6441e047cf590c638042e.tar.zst
freebsd-ports-gnome-1171b93f590af38dcfb6441e047cf590c638042e.zip
- Mark BROKEN on FreeBSD 10+ i386
Approved by: portmgr blanket
Diffstat (limited to 'lang')
-rw-r--r--lang/racket-minimal/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/racket-minimal/Makefile b/lang/racket-minimal/Makefile
index d0144661d7ce..2e77ebdda32c 100644
--- a/lang/racket-minimal/Makefile
+++ b/lang/racket-minimal/Makefile
@@ -55,4 +55,10 @@ JIT_CONFIGURE_ENABLE= jit
post-install:
${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386
+BROKEN= does not build on i386 (Seg fault (internal error) at 0x606060a)
+.endif
+
+.include <bsd.port.post.mk>