pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Apr 19 14:08:39 UTC 2024

Modified Files:
        pkgsrc/lang/rust-bin: Makefile

Log Message:
lang/rust-bin: Fix build on Darwin

rust-analyzer(1) also got @rpath. Fix it too.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/lang/rust-bin/Makefile

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

Modified files:

Index: pkgsrc/lang/rust-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.64 pkgsrc/lang/rust-bin/Makefile:1.65
--- pkgsrc/lang/rust-bin/Makefile:1.64  Thu Apr 18 09:36:01 2024
+++ pkgsrc/lang/rust-bin/Makefile       Fri Apr 19 14:08:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2024/04/18 09:36:01 pin Exp $
+# $NetBSD: Makefile,v 1.65 2024/04/19 14:08:39 pho Exp $
 
 DISTNAME=      rust-1.76.0
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -212,7 +212,7 @@ do-install:
 .PHONY: fix-darwin-install-name
 post-install: fix-darwin-install-name
 fix-darwin-install-name:
-.  for bin in clippy-driver miri rls rustc rustdoc
+.  for bin in clippy-driver miri rls rust-analyzer rustc rustdoc
        otool -XL ${DESTDIR}${PREFIX}/bin/${bin}                        \
            | ${GREP} '@rpath' | while read rpath rest; do              \
                install_name_tool -change $$rpath                       \



Home | Main Index | Thread Index | Old Index