diff options
author | Stefan Krah <skrah@bytereef.org> | 2021-06-02 16:10:05 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-06-02 16:11:43 +0800 |
commit | 455cd09db2c9334d9c15d6d76c6110e86f0c4198 (patch) | |
tree | 0a6008595dbe2309a7ca1bda4212df8e98476181 | |
parent | emulators/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/Makefile | 2 |
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 |