git: d4f11729f5bb - main - science/siesta: unbreak on powerpc* / main

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 04 Jul 2022 00:00:35 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d4f11729f5bb5a18c7284bae2eed0ddfcad76861

commit d4f11729f5bb5a18c7284bae2eed0ddfcad76861
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-07-03 21:47:17 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-07-04 00:00:31 +0000

    science/siesta: unbreak on powerpc* / main
    
    Builds fine now on CURRENT.
---
 science/siesta/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/science/siesta/Makefile b/science/siesta/Makefile
index b6ec405b643f..ef3ccaf54120 100644
--- a/science/siesta/Makefile
+++ b/science/siesta/Makefile
@@ -9,9 +9,13 @@ COMMENT=	Program to perform efficient electronic structure calculations
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
-.for arch in aarch64 powerpc powerpc64 powerpc64le
-BROKEN_${arch}=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
-.endfor
+BROKEN_aarch64=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+BROKEN_FreeBSD_12_powerpc=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+BROKEN_FreeBSD_12_powerpc64=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+BROKEN_FreeBSD_13_powerpc=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+BROKEN_FreeBSD_13_powerpc64=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+BROKEN_FreeBSD_13_powerpc64le=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+
 
 LIB_DEPENDS=	libblas.so:math/blas \
 		liblapack.so:math/lapack