git: 7ba22cf909a4 - main - net/osrtspproxy: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 20:30:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ba22cf909a48365fedad979062977662d080e5a commit 7ba22cf909a48365fedad979062977662d080e5a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 19:10:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 20:30:18 +0000 net/osrtspproxy: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net/osrtspproxy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile index ba5b2228c0c9..2f1cfee3913d 100644 --- a/net/osrtspproxy/Makefile +++ b/net/osrtspproxy/Makefile @@ -9,6 +9,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Reference implementation kit of an RTSP proxy WWW= https://sourceforge.net/projects/rtsp/ +USE_CXXSTD= c++14 + HAS_CONFIGURE= yes PLIST_FILES= sbin/rtspproxy etc/rc.d/rtspproxy.sh.sample