Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 18:26:31 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: b1de56642f56 - main - graphics/synaesthesia: Fix build with llvm16
Message-ID:  <202307211826.36LIQV8R091314@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=b1de56642f56c50671126c4369a6a6aa95ab9a95

commit b1de56642f56c50671126c4369a6a6aa95ab9a95
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 18:25:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 18:26:15 +0000

    graphics/synaesthesia: Fix build with llvm16
    
    - Pet portclippy
    
    Sponsored by:   The FreeBSD Foundation
---
 graphics/synaesthesia/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile
index 17cbafcc4fa8..92e5703b2897 100644
--- a/graphics/synaesthesia/Makefile
+++ b/graphics/synaesthesia/Makefile
@@ -12,12 +12,14 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		alias cpe gmake sdl
+USE_CXXSTD=	c++14
+USE_SDL=	sdl
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sdl-prefix=${LOCALBASE}
-USE_SDL=	sdl
 
-PORTDOCS=	*
 PLIST_FILES=	bin/${PORTNAME}
+PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 



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