git: 018b9673b7c5 - main - science/dftd4: Broken on powerpc64 and powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Dec 2022 06:54:28 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=018b9673b7c5c24afac7e5be9eefa8ddd21711f5
commit 018b9673b7c5c24afac7e5be9eefa8ddd21711f5
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-20 05:43:49 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-20 06:54:24 +0000
science/dftd4: Broken on powerpc64 and powerpc64le
Reported by: fallout
---
science/dftd4/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/dftd4/Makefile b/science/dftd4/Makefile
index 8ba007e92ef3..dd8a457c17ca 100644
--- a/science/dftd4/Makefile
+++ b/science/dftd4/Makefile
@@ -11,6 +11,8 @@ 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
+BROKEN_powerpc64le= Cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
BUILD_DEPENDS= mstore>0:science/mstore
LIB_DEPENDS= libmctc-lib.so:science/mctc-lib \