Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2021 08:11:45 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 455cd09db2c9 - main - math/mpdecimal: use compiler:c++11-lang
Message-ID:  <202106020811.1528Bjl0083520@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=455cd09db2c9334d9c15d6d76c6110e86f0c4198

commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198
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:11:43 +0000

    math/mpdecimal: use compiler:c++11-lang
    
    Fix building on powerpc64
    
    PR:             256051
---
 math/mpdecimal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106020811.1528Bjl0083520>