svn commit: r525264 - head/math/libflame

Piotr Kubaj pkubaj at FreeBSD.org
Wed Feb 5 11:16:00 UTC 2020


Author: pkubaj
Date: Wed Feb  5 11:15:59 2020
New Revision: 525264
URL: https://svnweb.freebsd.org/changeset/ports/525264

Log:
  math/libflame: unbreak on powerpc
  
  Builds fine.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/math/libflame/Makefile

Modified: head/math/libflame/Makefile
==============================================================================
--- head/math/libflame/Makefile	Wed Feb  5 10:50:25 2020	(r525263)
+++ head/math/libflame/Makefile	Wed Feb  5 11:15:59 2020	(r525264)
@@ -11,7 +11,7 @@ COMMENT=	FLAME dense linear algebra library
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc
 ONLY_FOR_ARCHS_REASON=	make system does not support other architectures yet
 
 BUILD_DEPENDS=	bash:shells/bash


More information about the svn-ports-head mailing list