aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2021-06-02 08:10:05 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-06-02 08:12:04 +0000
commit84a8e46147bf0570ca58be6cc6c9718febae0a9a (patch)
treedd6226002f5170486d840c6cd88b53d2fef010fd
parent745a4863e538a75724c7e9067ac7f2d3fcad78ac (diff)
downloadports-84a8e46147bf0570ca58be6cc6c9718febae0a9a.tar.gz
ports-84a8e46147bf0570ca58be6cc6c9718febae0a9a.zip
math/mpdecimal: use compiler:c++11-lang
Fix building on powerpc64 PR: 256051 (cherry picked from commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198)
-rw-r--r--math/mpdecimal/Makefile2
1 files changed, 1 insertions, 1 deletions
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