summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Lamskoy2023-10-13 12:52:11 +0300
committerEugene Lamskoy2023-10-13 12:52:11 +0300
commit3a3e5fc2a2aa6889d0de53612a00b86cbdd9b73f (patch)
tree7e4b8a5e822b1c77b12b107a83a810fd4925367b /PKGBUILD
parent7359971e85008cdb07ea6b97c3addc01073f738d (diff)
downloadaur-3a3e5fc2a2aa6889d0de53612a00b86cbdd9b73f.tar.gz
Fixed commented out patchelf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fdaffa3b4e1..e87e1d16a099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,11 +28,11 @@ build() {
--without-manpages --without-tests --without-pkg-config \
--with-static --with-cxx-static --with-abi-version=5
make clean
- make -j8
- make DESTDIR="${srcdir}/ncurses" install
+# make -j8
+# make DESTDIR="${srcdir}/ncurses" install
popd
pushd "${pkgname}"
- make WIDE_NCURSES=0 USE_NCURSES=1 KOI8=1
+ make WIDE_NCURSES=1 USE_NCURSES=1 KOI8=1
pushd docs
make tokentpl.txt
make tokencfg.txt