git: 66f37d3f105a - main - emulators/mupen64plus-video-rice: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 22:23:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=66f37d3f105add9afe3ffd568c1b7b203982521f commit 66f37d3f105add9afe3ffd568c1b7b203982521f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-18 19:13:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 22:23:26 +0000 emulators/mupen64plus-video-rice: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- emulators/mupen64plus-core/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index 92970f0b4dbd..2774ec31d6e3 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -19,6 +19,7 @@ PLIST= ${WRKDIR}/pkg-plist .if ${PKGNAMESUFFIX} == "-video-rice" LIB_DEPENDS+= libpng.so:graphics/png +USE_CXXSTD= c++14 .endif .if ${PKGNAMESUFFIX} == "-video-glide64mk"