Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2023 06:16:36 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 110e409740a7 - main - emulators/aranym: Fix build by using USE_CXXSTD; Add USES=desktop-file-utils
Message-ID:  <202307100616.36A6Gaxt045892@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=110e409740a72136c6831c7c84dd562f8e9b17b2

commit 110e409740a72136c6831c7c84dd562f8e9b17b2
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:33 +0000

    emulators/aranym: Fix build by using USE_CXXSTD; Add USES=desktop-file-utils
    
    Reported by:    fallout
---
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307100616.36A6Gaxt045892>