From eac6df22af42b26b3d2b973b5c5336f08994e18f Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 21 Jul 2023 16:17:23 +0200 Subject: [PATCH] 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 df74aa5eeddc3..4309508e28a15 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" \