git: 47ddfb6a15a4 - main - games/cuyo: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 17:43:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=47ddfb6a15a45895393797e6a717a669123e5d61 commit 47ddfb6a15a45895393797e6a717a669123e5d61 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-20 16:08:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-20 17:42:38 +0000 games/cuyo: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- games/cuyo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/cuyo/Makefile b/games/cuyo/Makefile index 413f3dbd983c..0671b1381aa0 100644 --- a/games/cuyo/Makefile +++ b/games/cuyo/Makefile @@ -12,8 +12,10 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake gnome iconv localbase:ldflags sdl xorg +USE_CXXSTD= c++14 USE_SDL= mixer image USE_XORG= x11 xau xdmcp + GNU_CONFIGURE= yes # Do not use older versions @@ -22,10 +24,10 @@ PORTSCOUT= limit:[0-9]\.[0-9]\. OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_BUILD_DEPENDS= gsed:textproc/gsed NLS_USES= gettext perl5 NLS_USE= perl5=build +NLS_CONFIGURE_ENABLE= nls NLS_LDFLAGS= -lintl post-install-DOCS-on: