git: fb0adac7530c - main - science/siesta: enable building on FreeBSD 13/powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 12 Mar 2023 00:18:42 UTC
The branch main has been updated by pkubaj:

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

commit fb0adac7530c4483f9646fa5871cc53a4295c46b
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-03-12 00:00:50 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-03-12 00:00:50 +0000

    science/siesta: enable building on FreeBSD 13/powerpc64
    
    releng/13.2 has a fix for the build error.
---
 science/siesta/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/science/siesta/Makefile b/science/siesta/Makefile
index ff49fc53f493..14932eafc48d 100644
--- a/science/siesta/Makefile
+++ b/science/siesta/Makefile
@@ -14,7 +14,6 @@ BROKEN_aarch64=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic
 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 \