svn commit: r449831 - head/lang/io

Pietro Cerutti gahr at FreeBSD.org
Thu Sep 14 11:21:27 UTC 2017


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
 


More information about the svn-ports-all mailing list