git: 0266969e1157 - main - math/openlibm: fix build on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Jun 10 08:58:03 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0266969e1157cdf6d7e036d177939275e97e0832
commit 0266969e1157cdf6d7e036d177939275e97e0832
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-10 08:57:30 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-10 08:57:30 +0000
math/openlibm: fix build on powerpc
Same issue as on powerpc64.
---
math/openlibm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile
index 404ac0ea35ba..53424992a5bc 100644
--- a/math/openlibm/Makefile
+++ b/math/openlibm/Makefile
@@ -28,7 +28,7 @@ USE_LDCONFIG= yes
.include <bsd.port.options.mk>
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH:Mpowerpc*}
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c11
More information about the dev-commits-ports-all
mailing list