pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/sheldon



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 07:51:12 UTC 2024

Modified Files:
        pkgsrc/shells/sheldon: Makefile

Log Message:
sheldon: Fix RPATH - BUILDLINK_PREFIX.curl is undefined


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/shells/sheldon/Makefile

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

Modified files:

Index: pkgsrc/shells/sheldon/Makefile
diff -u pkgsrc/shells/sheldon/Makefile:1.7 pkgsrc/shells/sheldon/Makefile:1.8
--- pkgsrc/shells/sheldon/Makefile:1.7  Sun Sep  8 18:38:33 2024
+++ pkgsrc/shells/sheldon/Makefile      Mon Sep  9 07:51:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/09/08 18:38:33 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2024/09/09 07:51:11 nia Exp $
 
 DISTNAME=              sheldon-0.8.0
 CATEGORIES=            shells
@@ -17,8 +17,8 @@ USE_TOOLS+=           pkg-config
 
 AUTO_MKDIRS=           yes
 
-RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
-RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.curl}/lib
+RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${SSLBASE}/lib
+RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${PREFIX}/lib
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/README.md \



Home | Main Index | Thread Index | Old Index