aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNero <41307858+nero@users.noreply.github.com>2020-03-15 22:57:29 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2020-03-17 19:24:41 +0100
commit527403287b91ec97f9895cde549fc0269ec0dd57 (patch)
tree425148d4bc0b4884b795c48988b01f7b59d248dc
parent0e813d12b013d3701c599f4dd1db1e90de95fa13 (diff)
downloadaports-527403287b91ec97f9895cde549fc0269ec0dd57.tar.bz2
aports-527403287b91ec97f9895cde549fc0269ec0dd57.tar.xz
community/rxvt-unicode: Remove hardcoded TERMINFO
If `--with-terminfo` is passed, urxvt sets the `TERMINFO` environment variable to the passed value. The value is prepended to the terminfo directory search order, i.e. it takes precedence over other directories in the default ncurses search order. For this reason, with `--with-terminfo` enabled, `~/.terminfo` can no longer be used to override terminfo files. This change removes the `--with-terminfo` configure flag, thereby ensuring that urxvt uses the default ncurses search order instead. See also: #11304.
-rw-r--r--community/rxvt-unicode/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/rxvt-unicode/APKBUILD b/community/rxvt-unicode/APKBUILD
index 4ce867243a..b8d90deac4 100644
--- a/community/rxvt-unicode/APKBUILD
+++ b/community/rxvt-unicode/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=rxvt-unicode
pkgver=9.22
-pkgrel=7
+pkgrel=8
pkgdesc="rxvt fork with improved unicode support"
url="http://software.schmorp.de/pkg/rxvt-unicode.html"
arch="all"
@@ -24,7 +24,6 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --with-terminfo=/usr/share/terminfo \
--enable-256-color \
--enable-font-styles \
--enable-xim \