svn commit: r384069 - head/lang/libjit
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 15 20:01:30 UTC 2015
Author: amdmi3
Date: Wed Apr 15 20:01:29 2015
New Revision: 384069
URL: https://svnweb.freebsd.org/changeset/ports/384069
Log:
- Add another BROKEN condition
Modified:
head/lang/libjit/Makefile
Modified: head/lang/libjit/Makefile
==============================================================================
--- head/lang/libjit/Makefile Wed Apr 15 19:12:18 2015 (r384068)
+++ head/lang/libjit/Makefile Wed Apr 15 20:01:29 2015 (r384069)
@@ -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:
More information about the svn-ports-head
mailing list