Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2017 11:24:30 +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: r449833 - head/lang/io
Message-ID:  <201709141124.v8EBOUNb072035@repo.freebsd.org>

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



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