aboutsummaryrefslogtreecommitdiffstats
path: root/community/libnsl
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-09-04 14:06:38 +0000
committerprspkt <prspkt@protonmail.com>2019-09-04 18:38:59 +0300
commit1e7a77921c05ac9258b64561c9cb0098675f2436 (patch)
tree67387d1d1e689c009a32290d1bb17bcf4924c089 /community/libnsl
parentad070450085a340d192979544c0e93b57f8d15db (diff)
downloadaports-1e7a77921c05ac9258b64561c9cb0098675f2436.tar.bz2
aports-1e7a77921c05ac9258b64561c9cb0098675f2436.tar.xz
community/libnsl: modify to work with gettext version 0.20
Diffstat (limited to 'community/libnsl')
-rw-r--r--community/libnsl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libnsl/APKBUILD b/community/libnsl/APKBUILD
index 664e326047..845e0832a4 100644
--- a/community/libnsl/APKBUILD
+++ b/community/libnsl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=libnsl
pkgver=1.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version"
url="https://github.com/thkukuk/libnsl"
arch="all"
@@ -24,6 +24,7 @@ prepare() {
default_prepare
cd "$builddir"
./autogen.sh
+ sed 's/0.19/0.20/g' -i po/Makefile.in.in
}
build() {