pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/alacritty
Module Name: pkgsrc
Committed By: tnn
Date: Fri Oct 14 14:23:40 UTC 2022
Modified Files:
pkgsrc/x11/alacritty: Makefile
Log Message:
alacritty: use wildcard for x11-dl crate's version in SUBST_FILES
This way less likely to break on updates.
Untested but probably still needed on netbsd-9.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/alacritty/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/alacritty/Makefile
diff -u pkgsrc/x11/alacritty/Makefile:1.17 pkgsrc/x11/alacritty/Makefile:1.18
--- pkgsrc/x11/alacritty/Makefile:1.17 Fri Oct 14 07:51:59 2022
+++ pkgsrc/x11/alacritty/Makefile Fri Oct 14 14:23:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/10/14 07:51:59 pin Exp $
+# $NetBSD: Makefile,v 1.18 2022/10/14 14:23:40 tnn Exp $
DISTNAME= alacritty-0.11.0
CATEGORIES= x11
@@ -37,7 +37,7 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH
SUBST_CLASSES+= rtld
SUBST_MESSAGE.rtld= amend RTLD_GLOBAL
SUBST_STAGE.rtld= pre-configure
-SUBST_FILES.rtld= ../vendor/x11-dl-2.19.1/src/link.rs
+SUBST_FILES.rtld= ../vendor/x11-dl-*/src/link.rs
SUBST_SED.rtld= -e 's,libc::RTLD_LAZY,& | libc::RTLD_GLOBAL,g'
.endif
Home |
Main Index |
Thread Index |
Old Index