git: eac6df22af42 - main - net/linknx: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 14:45:42 UTC
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" \