git: 14fa8ef06789 - main - multimedia/dvdstyler: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 09:42:37 UTC
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