Date: Tue, 18 Jul 2023 22:23:42 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: 66f37d3f105a - main - emulators/mupen64plus-video-rice: Fix build with llvm16 Message-ID: <202307182223.36IMNggI028711@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=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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307182223.36IMNggI028711>