pkgsrc-WIP-changes archive

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

spotify-tui: Remove nop USE_LANGUAGES (NFCI)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Jul 21 20:04:09 2021 +0200
Changeset:	1eb24571a3af6f5a5aea2597eaf607e1e226f096

Modified Files:
	spotify-tui/Makefile

Log Message:
spotify-tui: Remove nop USE_LANGUAGES (NFCI)

`c' is already the default USE_LANGUAGES.

(Why is this passed explicitly on several cargo.mk packages in pkgsrc?)

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

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

diffstat:
 spotify-tui/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/spotify-tui/Makefile b/spotify-tui/Makefile
index 6d3358f39a..9ace6b34ae 100644
--- a/spotify-tui/Makefile
+++ b/spotify-tui/Makefile
@@ -12,7 +12,6 @@ LICENSE=	mit
 
 .include "cargo-depends.mk"
 
-USE_LANGUAGES+=	c # rust, but needs a toolchain to link
 USE_TOOLS+=	pkg-config
 
 MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}


Home | Main Index | Thread Index | Old Index