Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 09:42:30 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67718a2b7486 - main - net-p2p/linuxdcpp: Fix build with llvm16
Message-ID:  <202307250942.36P9gUmi069780@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=67718a2b74864982cc508b2d782095020cb7b3e5

commit 67718a2b74864982cc508b2d782095020cb7b3e5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-25 08:47:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-25 09:42:18 +0000

    net-p2p/linuxdcpp: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 net-p2p/linuxdcpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile
index 07aa80232b03..88b19cd4057f 100644
--- a/net-p2p/linuxdcpp/Makefile
+++ b/net-p2p/linuxdcpp/Makefile
@@ -15,7 +15,9 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/version.hpp:devel/boost-libs
 
 USES=		compiler:c++11-lang gettext gnome iconv localbase:ldflags \
 		pkgconfig scons ssl tar:bzip2
+USE_CXXSTD=	c++14
 USE_GNOME=	cairo libglade2
+
 PORTDOCS=	*
 DESTDIRNAME=	FAKE_ROOT
 



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