pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ncspot: fix rpath for portaudio
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Fri Aug 14 12:48:12 2020 +0200
Changeset: ef0f29ca0d2667dfbf97ee0e1bf9021db64bb2cc
Modified Files:
ncspot/Makefile
Log Message:
ncspot: fix rpath for portaudio
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef0f29ca0d2667dfbf97ee0e1bf9021db64bb2cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ncspot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/ncspot/Makefile b/ncspot/Makefile
index e2c4170ec9..57675eb5ab 100644
--- a/ncspot/Makefile
+++ b/ncspot/Makefile
@@ -415,7 +415,7 @@ INSTALLATION_DIRS= bin
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncursesw}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
-RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.portaudio}/lib
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.portaudio}/${BUILDLINK_LIBDIRS.portaudio}
MAKE_ENV+= RUSTFLAGS=${RUSTFLAGS:Q}
do-build:
Home |
Main Index |
Thread Index |
Old Index