pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ncspot
Module Name: pkgsrc
Committed By: pin
Date: Sun Oct 20 13:19:48 UTC 2024
Modified Files:
pkgsrc/audio/ncspot: Makefile
Log Message:
audio/ncspot: second attempt to fix broken build
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/audio/ncspot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/ncspot/Makefile
diff -u pkgsrc/audio/ncspot/Makefile:1.68 pkgsrc/audio/ncspot/Makefile:1.69
--- pkgsrc/audio/ncspot/Makefile:1.68 Sat Oct 19 15:33:48 2024
+++ pkgsrc/audio/ncspot/Makefile Sun Oct 20 13:19:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2024/10/19 15:33:48 pin Exp $
+# $NetBSD: Makefile,v 1.69 2024/10/20 13:19:48 pin Exp $
DISTNAME= ncspot-1.2.0
CATEGORIES= audio
@@ -24,6 +24,7 @@ PYTHON_FOR_BUILD_ONLY= tool
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.clang}/lib
CARGO_NO_DEFAULT_FEATURES= YES
@@ -32,4 +33,5 @@ CARGO_NO_DEFAULT_FEATURES= YES
.include "../../lang/python/tool.mk"
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
+.include "../../lang/clang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index