svn commit: r449833 - head/lang/io

Pietro Cerutti gahr at FreeBSD.org
Thu Sep 14 11:24:32 UTC 2017


Author: gahr
Date: Thu Sep 14 11:24:30 2017
New Revision: 449833
URL: https://svnweb.freebsd.org/changeset/ports/449833

Log:
  lang/io: mark as IGNOREd on FreeBSD_11_i386: needs MMX instructions

Modified:
  head/lang/io/Makefile

Modified: head/lang/io/Makefile
==============================================================================
--- head/lang/io/Makefile	Thu Sep 14 11:23:31 2017	(r449832)
+++ head/lang/io/Makefile	Thu Sep 14 11:24:30 2017	(r449833)
@@ -12,6 +12,7 @@ LICENSE=	BSD3CLAUSE
 
 BROKEN_armv6=		fails to compile: ucontext.h: expected parameter declarator
 IGNORE_FreeBSD_10_i386=	needs SSE instructions
+IGNORE_FreeBSD_11_i386=	needs MMX instructions
 
 USES=		cmake:outsource,noninja compiler:c11 ssl
 


More information about the svn-ports-head mailing list