math/mpdecimal: use compiler:c++11-lang

Fix building on powerpc64

PR:		256051
(cherry picked from commit 455cd09db2)
This commit is contained in:
Stefan Krah 2021-06-02 16:10:05 +08:00 committed by Li-Wen Hsu
parent 745a4863e5
commit 84a8e46147
No known key found for this signature in database
GPG key ID: 8D7BCC7D012FD37E

View file

@ -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