pkgsrc-WIP-changes archive

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

spotify-tui: Remove (not really used) CARGO_NO_DEFAULT_FEATURES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Jul 21 19:56:05 2021 +0200
Changeset:	66c471fa015d21bf313f30bc5738ce5321f52563

Modified Files:
	spotify-tui/Makefile

Log Message:
spotify-tui: Remove (not really used) CARGO_NO_DEFAULT_FEATURES

Cargo.toml does not have any `[features]' section so it is a nop.

Probably a copypasto from the package I have used as an inspiration
to package spotify-tui!

Thanks to <pin> for spotting it and explanation!

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

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

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

diffs:
diff --git a/spotify-tui/Makefile b/spotify-tui/Makefile
index 21996f38bd..6d3358f39a 100644
--- a/spotify-tui/Makefile
+++ b/spotify-tui/Makefile
@@ -21,8 +21,6 @@ RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libxcb}/lib
 RUSTFLAGS+=	-C link-arg=-L${BUILDLINK_PREFIX.libxcb}/lib
 MAKE_ENV+=	RUSTFLAGS=${RUSTFLAGS:Q}
 
-CARGO_NO_DEFAULT_FEATURES=	yes
-
 INSTALLATION_DIRS=	bin
 
 do-install:


Home | Main Index | Thread Index | Old Index