Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2017 11:21:26 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449831 - head/lang/io
Message-ID:  <201709141121.v8EBLQMV070270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Sep 14 11:21:26 2017
New Revision: 449831
URL: https://svnweb.freebsd.org/changeset/ports/449831

Log:
  lang/io: mark as IGNOREd on FreeBSD_10_i386: needs SSE instructions

Modified:
  head/lang/io/Makefile

Modified: head/lang/io/Makefile
==============================================================================
--- head/lang/io/Makefile	Thu Sep 14 11:17:52 2017	(r449830)
+++ head/lang/io/Makefile	Thu Sep 14 11:21:26 2017	(r449831)
@@ -11,6 +11,7 @@ COMMENT=	Small prototype-based programming language
 LICENSE=	BSD3CLAUSE
 
 BROKEN_armv6=		fails to compile: ucontext.h: expected parameter declarator
+IGNORE_FreeBSD_10_i386=	needs SSE instructions
 
 USES=		cmake:outsource,noninja compiler:c11 ssl
 



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