pkgsrc-WIP-changes archive

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

librespot, remove un-needed dependency



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Aug 24 15:03:26 2020 +0200
Changeset:	733c08b15ef9b1d080123498791a3ba99ec109e2

Modified Files:
	librespot/Makefile

Log Message:
librespot, remove un-needed dependency

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

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

diffstat:
 librespot/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/librespot/Makefile b/librespot/Makefile
index fdd8f2aff4..072060ad66 100644
--- a/librespot/Makefile
+++ b/librespot/Makefile
@@ -286,15 +286,12 @@ CARGO_CRATE_DEPENDS+=	zerocopy-derive-0.1.4
 INSTALLATION_DIRS=	bin
 
 CARGO_ARGS+=	${DEFAULT_CARGO_ARGS} --no-default-features --features portaudio-backend
-MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.portaudio}/${BUILDLINK_LIBDIRS.portaudio}
-RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 MAKE_ENV+=	RUSTFLAGS=${RUSTFLAGS:Q}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/librespot ${DESTDIR}${PREFIX}/bin
 
 .include "../../audio/portaudio/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index