svn commit: r525265 - branches/2020Q1/math/libflame

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


Author: pkubaj
Date: Wed Feb  5 11:16:51 2020
New Revision: 525265
URL: https://svnweb.freebsd.org/changeset/ports/525265

Log:
  MFH: r525264
  
  math/libflame: unbreak on powerpc
  
  Builds fine.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/math/libflame/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/math/libflame/Makefile
==============================================================================
--- branches/2020Q1/math/libflame/Makefile	Wed Feb  5 11:15:59 2020	(r525264)
+++ branches/2020Q1/math/libflame/Makefile	Wed Feb  5 11:16:51 2020	(r525265)
@@ -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-all mailing list