mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/mpdecimal: use compiler:c++11-lang
Fix building on powerpc64
PR: 256051
(cherry picked from commit 455cd09db2
)
This commit is contained in:
parent
745a4863e5
commit
84a8e46147
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue