Date: Tue, 25 Jul 2023 09:42:37 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 14fa8ef06789 - main - multimedia/dvdstyler: Fix build with llvm16 Message-ID: <202307250942.36P9gbgr069904@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=14fa8ef06789dd8133b5f13ddde05191e5e52918 commit 14fa8ef06789dd8133b5f13ddde05191e5e52918 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-25 09:35:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-25 09:42:19 +0000 multimedia/dvdstyler: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- multimedia/dvdstyler/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 0ad01c94d211..1b8fd0f79391 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -36,6 +36,7 @@ RUN_DEPENDS= zip:archivers/zip \ USES= autoreconf compiler:c++11-lib gettext gmake jpeg \ localbase:ldflags pkgconfig tar:bzip2 +USE_CXXSTD= c++14 USE_WX= 3.2+ WX_CONF_ARGS= absolute
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307250942.36P9gbgr069904>