git: 455cd09db2c9 - main - math/mpdecimal: use compiler:c++11-lang
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Jun 2 08:11:46 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=455cd09db2c9334d9c15d6d76c6110e86f0c4198
commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198
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:11:43 +0000
math/mpdecimal: use compiler:c++11-lang
Fix building on powerpc64
PR: 256051
---
math/mpdecimal/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/mpdecimal/Makefile b/math/mpdecimal/Makefile
index 0e87c82384ea..8149011f6c2a 100644
--- a/math/mpdecimal/Makefile
+++ b/math/mpdecimal/Makefile
@@ -9,7 +9,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