diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-03-15 08:48:12 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-03-15 08:48:12 +0000 |
commit | e57d18bddad79a46485886ba094fc9a36c827000 (patch) | |
tree | 3b700536d04f6dd33e080b8e83b958fa1ce94036 | |
parent | 8cc20c36d14430a87428e2c46238af90b8b50ff8 (diff) | |
download | freebsd-ports-e57d18bddad79a46485886ba094fc9a36c827000.zip |
lang/opencoarrays: enable on 13 / powerpc64le
-rw-r--r-- | lang/opencoarrays/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile index edf324c3ebfa..2a8c96d3f703 100644 --- a/lang/opencoarrays/Makefile +++ b/lang/opencoarrays/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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_powerpc64le= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash |