Date: Sat, 15 Nov 2014 12:55:32 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372597 - head/devel/liboil Message-ID: <201411151255.sAFCtWLs098444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Nov 15 12:55:31 2014 New Revision: 372597 URL: https://svnweb.freebsd.org/changeset/ports/372597 QAT: https://qat.redports.org/buildarchive/r372597/ Log: devel/liboil: correction, powerpc is fine, it's broken on powerpc64 Reported by: danfe@ PR: 194468 Modified: head/devel/liboil/Makefile Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Sat Nov 15 12:20:53 2014 (r372596) +++ head/devel/liboil/Makefile Sat Nov 15 12:55:31 2014 (r372597) @@ -14,7 +14,7 @@ COMMENT= Library of optimized inner loop LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi -BROKEN_powerpc= fails to compile vec_memcpy.S +BROKEN_powerpc64= fails to compile vec_memcpy.S USES= libtool pkgconfig GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411151255.sAFCtWLs098444>