Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2015 20:01:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384069 - head/lang/libjit
Message-ID:  <201504152001.t3FK1UT3061258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504152001.t3FK1UT3061258>