Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 14:45:42 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: eac6df22af42 - main - net/linknx: Fix build with llvm16
Message-ID:  <202307211445.36LEjgHc025510@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=eac6df22af42b26b3d2b973b5c5336f08994e18f

commit eac6df22af42b26b3d2b973b5c5336f08994e18f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 14:17:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 14:45:29 +0000

    net/linknx: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 net/linknx/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/linknx/Makefile b/net/linknx/Makefile
index df74aa5eeddc..4309508e28a1 100644
--- a/net/linknx/Makefile
+++ b/net/linknx/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libpthsem.so:devel/pthsem
 BUILD_DEPENDS=	${LOCALBASE}/lib/libargp.a:devel/argp-standalone
 
 USES=	compiler gmake autoreconf pkgconfig
+USE_CXXSTD=	c++14
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \



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