pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

musescore: Fix lint warning



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Fri Aug 8 22:04:55 2025 +1000
Changeset:	27d2f8075826ea00aabab0eb539dfdb27e5e5451

Modified Files:
	musescore/Makefile

Log Message:
musescore: Fix lint warning

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27d2f8075826ea00aabab0eb539dfdb27e5e5451

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 musescore/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/musescore/Makefile b/musescore/Makefile
index 718e69a96b..4973d7053c 100644
--- a/musescore/Makefile
+++ b/musescore/Makefile
@@ -11,8 +11,9 @@ HOMEPAGE=	https://musescore.org/
 COMMENT=	Music notation and composition software
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++11
+USE_TOOLS+=		pkg-config
+USE_LANGUAGES=		c c++
+USE_CXX_FEATURES=	c++11
 
 CONFIGURE_DIRS=	bindir
 CMAKE_ARG_PATH=	..


Home | Main Index | Thread Index | Old Index