git: 5522d1884fc4 - 2023Q3 - emulators/aranym: Fix build by using USE_CXXSTD; Add USES=desktop-file-utils
Date: Mon, 10 Jul 2023 06:16:54 UTC
The branch 2023Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5522d1884fc42561e812486e3b5de6d0ec89295a commit 5522d1884fc42561e812486e3b5de6d0ec89295a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-10 06:15:47 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-10 06:16:49 +0000 emulators/aranym: Fix build by using USE_CXXSTD; Add USES=desktop-file-utils Reported by: fallout (cherry picked from commit 110e409740a72136c6831c7c84dd562f8e9b17b2) --- emulators/aranym/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index fe37d5ada7b4..be3ddf863a43 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -16,10 +16,11 @@ BUILD_DEPENDS= openjpeg>0:graphics/openjpeg \ sdl-config:devel/sdl12 RUN_DEPENDS= bash:shells/bash -USES= gmake perl5 pkgconfig gl localbase:ldflags sdl shebangfix xorg +USES= desktop-file-utils gmake perl5 pkgconfig gl localbase:ldflags sdl shebangfix xorg USE_GL= gl USE_SDL= sdl2 image2 USE_XORG= x11 +USE_CXXSTD= c++14 # work around error: ISO C++17 does not allow 'register' storage class specifier, see https://github.com/aranym/aranym/issues/106 SHEBANG_FILES= tools/arabridge