summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2021-06-02 16:10:05 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-06-02 16:11:43 +0800
commit455cd09db2c9334d9c15d6d76c6110e86f0c4198 (patch)
tree0a6008595dbe2309a7ca1bda4212df8e98476181
parentemulators/i386-wine: Update to 5.0.4 (diff)
math/mpdecimal: use compiler:c++11-lang
Fix building on powerpc64 PR: 256051
-rw-r--r--math/mpdecimal/Makefile2
1 files changed, 1 insertions, 1 deletions
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