Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2024 16:11:27 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 36dc1885e8fc - main - finance/gnucash: Define correct C++ standard for this port
Message-ID:  <202407221611.46MGBRlv064560@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36dc1885e8fcb7a3d1f0938bbcab35b9bb0eebf6

commit 36dc1885e8fcb7a3d1f0938bbcab35b9bb0eebf6
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-07-22 16:10:34 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-07-22 16:10:34 +0000

    finance/gnucash: Define correct C++ standard for this port
    
    PR:             280397
---
 finance/gnucash/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index e740dc0d1c49..de2643056b62 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -23,11 +23,10 @@ RUN_DEPENDS=	p5-Finance-Quote>=0:finance/p5-Finance-Quote \
 		p5-libwww>=0:www/p5-libwww \
 		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
 
-USES=		cmake:insource compiler:c++11-lib cpe desktop-file-utils \
+USES=		cmake:insource compiler:c++17-lang cpe desktop-file-utils \
 		gettext-tools gnome guile:2.2,3.0,conflicts localbase \
 		perl5 pkgconfig shebangfix tar:bzip2 xorg
 USE_XORG=	x11
-USE_CXXSTD=	c++11
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool libxml2 libxslt
 USE_LDCONFIG=	yes
 


home | help

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