aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-21 14:17:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-21 14:45:29 +0000
commiteac6df22af42b26b3d2b973b5c5336f08994e18f (patch)
tree1a64cdfceec9802a4e9447e374d98be284de863b
parent47be664eb3101da25e3d0f9fd010b92feda73ffd (diff)
downloadports-eac6df22af42b26b3d2b973b5c5336f08994e18f.tar.gz
ports-eac6df22af42b26b3d2b973b5c5336f08994e18f.zip
net/linknx: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--net/linknx/Makefile1
1 files changed, 1 insertions, 0 deletions
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" \