Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 19:58:05 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: e16bde61a5f9 - main - games/abuse_sdl: Fix build with llvm16
Message-ID:  <202307211958.36LJw5M1041241@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=e16bde61a5f93df3d339ef4f12219f70931470fc

commit e16bde61a5f93df3d339ef4f12219f70931470fc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 19:22:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 19:57:52 +0000

    games/abuse_sdl: Fix build with llvm16
    
    - Pet portclippy
    
    Sponsored by:   The FreeBSD Foundation
---
 games/abuse_sdl/Makefile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile
index 553fe9697ad6..3f141bf62f05 100644
--- a/games/abuse_sdl/Makefile
+++ b/games/abuse_sdl/Makefile
@@ -12,26 +12,29 @@ WWW=		http://abuse.zoy.org/
 
 LICENSE=	GPLv2+ PD WTFPL BPRINCE
 LICENSE_COMB=	multi
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_NAME_BPRINCE=	Boby Prince permission for Debian to redistribute music/sfx files
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING.GPL
 LICENSE_FILE_WTFPL=	${WRKSRC}/COPYING.WTFPL
-LICENSE_NAME_BPRINCE=	Boby Prince permission for Debian to redistribute music/sfx files
+LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS_BPRINCE=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
 
 USES=		cpe gl localbase:ldflags pathfix sdl
 CPE_VENDOR=	abuse
 CPE_PRODUCT=	abuse-sdl
+USE_CXXSTD=	c++14
 USE_GL=		gl
 USE_SDL=	mixer sdl
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-assetdir=${DATADIR} --enable-release
 
-PORTDOCS=	AUTHORS ChangeLog NEWS README
-OPTIONS_DEFINE=	DOCS
-
 DESKTOP_ENTRIES="Abuse-SDL" "" "abuse" \
 		"abuse" "Game;StrategyGame;" ""
 
+PORTDOCS=	AUTHORS ChangeLog NEWS README
+
+OPTIONS_DEFINE=	DOCS
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/abuse.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/



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