diff options
author | tnn <tnn@pkgsrc.org> | 2021-07-22 16:16:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-07-22 16:16:35 +0000 |
commit | 92b6471421810ba9fccca268146bf56a3e75071e (patch) | |
tree | 739b8dee4b12fdf7b8b7aabcd320b3d6b61f5f84 /audio/librespot | |
parent | 6b0e953632d7498155794f324f9e75bc7041f449 (diff) | |
download | pkgsrc-92b6471421810ba9fccca268146bf56a3e75071e.tar.gz |
g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk.
Diffstat (limited to 'audio/librespot')
-rw-r--r-- | audio/librespot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/librespot/Makefile b/audio/librespot/Makefile index 0e5ad7bf14c..f7b72319891 100644 --- a/audio/librespot/Makefile +++ b/audio/librespot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/05/04 16:32:55 pin Exp $ +# $NetBSD: Makefile,v 1.10 2021/07/22 16:16:35 tnn Exp $ DISTNAME= librespot-0.2.0 CATEGORIES= audio @@ -17,8 +17,6 @@ USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin -MAKE_ENV+= RUSTFLAGS=${RUSTFLAGS:Q} - CARGO_NO_DEFAULT_FEATURES= yes .include "options.mk" |