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.
This commit is contained in:
parent
363bb53d14
commit
b409398f3b
1 changed files with 2 additions and 2 deletions
|
@ -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_FLAG}${BUILDLINK_PREFIX.freetype2}/lib
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue