summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosy2023-09-14 19:53:17 +1200
committerRosy2023-09-14 19:53:17 +1200
commitd8ef43c09d2bbf174037de80344bece98c6b8212 (patch)
tree91c858aa99c50b77b013242085f9b6167663b5fc
parenta5c5da036c311b1dab30c9bc422dd327e588c0d3 (diff)
downloadaur-d8ef43c09d2bbf174037de80344bece98c6b8212.tar.gz
added work around for ncurses
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dab123f5eee..4702385912e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,7 @@ prepare() {
build() {
cd ${_pkgname}-${pkgver}
+ export TIC="/usr/bin/tic -o${srcdir}/terminfo"
# we disable smart-resize (FS#34807)
# do not specify --with-terminfo (FS#46424)
./configure \