diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-05 11:15:59 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-05 11:15:59 +0000 |
commit | 4253b0a8947cf443a409dceea9411e5dc5258bda (patch) | |
tree | 738c4196db498834039449d1aab21d392ef38135 /math/libflame | |
parent | Upgrade to 3.17 (diff) |
math/libflame: unbreak on powerpc
Builds fine.
MFH: 2020Q1 (fix build blanket)
Notes
Notes:
svn path=/head/; revision=525264
Diffstat (limited to 'math/libflame')
-rw-r--r-- | math/libflame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 2521d07d1ab2..21daba2ae9d6 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -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 |