git: c3d16ac5d236 - main - games/libretro-dosbox: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 16:51:03 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3d16ac5d2369dbe771fe8ca8c82af51e0c94896 commit c3d16ac5d2369dbe771fe8ca8c82af51e0c94896 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 16:12:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 16:12:52 +0000 games/libretro-dosbox: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- games/libretro-dosbox/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/libretro-dosbox/Makefile b/games/libretro-dosbox/Makefile index 3456e301a021..74aad211b521 100644 --- a/games/libretro-dosbox/Makefile +++ b/games/libretro-dosbox/Makefile @@ -9,12 +9,13 @@ WWW= https://github.com/libretro/dosbox-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake -USE_LDCONFIG= yes - +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= dosbox-libretro GH_TAGNAME= 74cd17e +USE_LDCONFIG= yes + PLIST_FILES= lib/libretro/dosbox_libretro.so