aboutsummaryrefslogtreecommitdiffstats
path: root/community/weechat
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-02 12:51:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-02 13:59:38 -0300
commite037586c72e959a4524b202c2c60bd43ceed7fc8 (patch)
tree3ed28981d87e9a4c9e28115945097f22c0559617 /community/weechat
parent1304e439351d3afe28ca4ba28a270e822a28f14a (diff)
downloadaports-e037586c72e959a4524b202c2c60bd43ceed7fc8.tar.bz2
aports-e037586c72e959a4524b202c2c60bd43ceed7fc8.tar.xz
community/weechat: modernize
Diffstat (limited to 'community/weechat')
-rw-r--r--community/weechat/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/weechat/APKBUILD b/community/weechat/APKBUILD
index 204f56048c..25c4db1ed7 100644
--- a/community/weechat/APKBUILD
+++ b/community/weechat/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=weechat
pkgver=2.7.1
-pkgrel=0
+pkgrel=1
pkgdesc="A fast, light, extensible ncurses-based chat client"
url="https://weechat.org"
arch="all"
@@ -47,6 +47,7 @@ build() {
mkdir -p build
cd build
cmake .. \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_MAN=ON \
-DENABLE_TCL=OFF \