svn commit: r372597 - head/devel/liboil

John Marino marino at FreeBSD.org
Sat Nov 15 12:55:32 UTC 2014


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


More information about the svn-ports-head mailing list