summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortpaul <tpaul@pkgsrc.org>2022-01-26 00:24:22 +0000
committertpaul <tpaul@pkgsrc.org>2022-01-26 00:24:22 +0000
commit352b9bb951406d7f3c2677f97a4a5937b80d77d5 (patch)
treec7dcbcf8543239443b15e3bb4fac101b0d1755e1 /x11
parent5a2903cfeb98dcf08a426efd41e17623146c5f7c (diff)
downloadpkgsrc-352b9bb951406d7f3c2677f97a4a5937b80d77d5.tar.gz
x11/alacritty: Update SUBST_FILES for the XIM bug workaround
The vendored x11-dl crate was updated to version 2.19.1 in alacritty 0.10.0 and so the build was failing on NetBSD 9.2, using base X due to the outdated version being referenced.
Diffstat (limited to 'x11')
-rw-r--r--x11/alacritty/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile
index 7057fb41787..7a2ac15ade4 100644
--- a/x11/alacritty/Makefile
+++ b/x11/alacritty/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/01/23 16:14:24 pin Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/26 00:24:22 tpaul Exp $
DISTNAME= alacritty-0.10.0
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=alacritty/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -35,7 +36,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.18.5/src/link.rs
+SUBST_FILES.rtld= ../vendor/x11-dl-2.19.1/src/link.rs
SUBST_SED.rtld= -e 's,libc::RTLD_LAZY,& | libc::RTLD_GLOBAL,g'
.endif