Date: Wed, 2 Jun 2021 08:12:16 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 84a8e46147bf - 2021Q2 - math/mpdecimal: use compiler:c++11-lang Message-ID: <202106020812.1528CGY4086059@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=84a8e46147bf0570ca58be6cc6c9718febae0a9a commit 84a8e46147bf0570ca58be6cc6c9718febae0a9a Author: Stefan Krah <skrah@bytereef.org> AuthorDate: 2021-06-02 08:10:05 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-06-02 08:12:04 +0000 math/mpdecimal: use compiler:c++11-lang Fix building on powerpc64 PR: 256051 (cherry picked from commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198) --- math/mpdecimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106020812.1528CGY4086059>