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:           Mon Jul 12 14:10:10 UTC 2021

Modified Files:
        pkgsrc/x11/alacritty: Makefile

Log Message:
alacritty: add link to tech-x11 thread


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/x11/alacritty/Makefile:1.8
--- pkgsrc/x11/alacritty/Makefile:1.7   Sun Jun 20 10:09:35 2021
+++ pkgsrc/x11/alacritty/Makefile       Mon Jul 12 14:10:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/06/20 10:09:35 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2021/07/12 14:10:10 tnn Exp $
 
 DISTNAME=      alacritty-0.8.0
 PKGREVISION=   2
@@ -29,6 +29,7 @@ RUSTFLAGS+=   -C link-arg=${COMPILER_RPATH
 
 .if ${OPSYS} == "NetBSD" && ${X11_TYPE} == "native"
 # This works around XIM errors when RTLD local-binding libX11.
+# See: https://mail-index.netbsd.org/tech-x11/2021/07/12/msg002222.html
 # But it might also break GPU accelerated mode.
 SUBST_CLASSES+=                rtld
 SUBST_MESSAGE.rtld=    amend RTLD_GLOBAL



Home | Main Index | Thread Index | Old Index