aboutsummaryrefslogtreecommitdiffstats
path: root/lang/libjit
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-04-16 04:01:29 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-04-16 04:01:29 +0800
commit2b5f55f10c42c4dd040e09c058cf6b880458dd68 (patch)
tree1ecc38cf4b385a2aa43bf7b218196e953bfc787e /lang/libjit
parent68c09c936e51a7293de30e3a185ed5dc2c51474f (diff)
downloadfreebsd-ports-gnome-2b5f55f10c42c4dd040e09c058cf6b880458dd68.tar.gz
freebsd-ports-gnome-2b5f55f10c42c4dd040e09c058cf6b880458dd68.tar.zst
freebsd-ports-gnome-2b5f55f10c42c4dd040e09c058cf6b880458dd68.zip
- Add another BROKEN condition
Diffstat (limited to 'lang/libjit')
-rw-r--r--lang/libjit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile
index 1b6b980a60e9..4af9050e0969 100644
--- a/lang/libjit/Makefile
+++ b/lang/libjit/Makefile
@@ -29,6 +29,8 @@ BROKEN= Segfault during build
BROKEN= Fails to compile: invokes i386 asm
.elif ${ARCH} == "sparc64"
BROKEN= Fails to compile: internal gcc error
+.elif ${ARCH} == i386 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN= Segfault during build
.endif
post-patch: