git: 04dcfbab1ff4 - main - net/pktanon: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 09:55:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=04dcfbab1ff4aacd595e7fdb392985622a123a38 commit 04dcfbab1ff4aacd595e7fdb392985622a123a38 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-08 09:25:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-08 09:55:14 +0000 net/pktanon: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net/pktanon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 3b3c00f4eca9..2beaefedb584 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -13,6 +13,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libxerces-c.so.3:textproc/xerces-c3 USES= compiler:c++0x dos2unix localbase +USE_CXXSTD= c++14 GNU_CONFIGURE= yes LDFLAGS+= -lboost_system