git: f3f42a810cde - main - science/dynare: Broken on powerpc64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 20 Dec 2022 06:54:29 UTC
The branch main has been updated by yuri:

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

commit f3f42a810cdea4cecc51fbe36951ae15d55d4a1b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-20 06:46:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-20 06:54:24 +0000

    science/dynare: Broken on powerpc64
    
    Reported by:    fallout
---
 science/dynare/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index 03965b522b4e..424811f230a4 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -12,6 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=	cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
+BROKEN_powerpc64=	cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs
 LIB_DEPENDS=	libhdf5.so:science/hdf5 \