git: 84a8e46147bf - 2021Q2 - math/mpdecimal: use compiler:c++11-lang
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Jun 2 08:12:17 UTC 2021
The branch 2021Q2 has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=84a8e46147bf0570ca58be6cc6c9718febae0a9a
commit 84a8e46147bf0570ca58be6cc6c9718febae0a9a
Author: Stefan Krah <skrah at bytereef.org>
AuthorDate: 2021-06-02 08:10:05 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-06-02 08:12:04 +0000
math/mpdecimal: use compiler:c++11-lang
Fix building on powerpc64
PR: 256051
(cherry picked from commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198)
---
math/mpdecimal/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/mpdecimal/Makefile b/math/mpdecimal/Makefile
index 36e9aa8dd455..2fa550d7e42f 100644
--- a/math/mpdecimal/Makefile
+++ b/math/mpdecimal/Makefile
@@ -10,7 +10,7 @@ COMMENT= C/C++ arbitrary precision decimal floating point libraries
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= gmake
+USES= compiler:c++11-lang gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
More information about the dev-commits-ports-all
mailing list