summaryrefslogtreecommitdiffstats
path: root/office/abook
diff options
context:
space:
mode:
author B. Watson2020-10-04 07:41:53 +0200
committer Robby Workman2021-04-18 06:04:51 +0200
commit1f321d7129d2b72e74dc10d7e9a9fdc1c36cda6d (patch)
tree005ebeaaa253a65e43faa97a9229309575b1edbe /office/abook
parentbf2aa50361fc4b76e3eb23f6702e6056e43be213 (diff)
downloadslackbuilds-1f321d7129d2b72e74dc10d7e9a9fdc1c36cda6d.tar.gz
office/abook: Fix for the newer gettext.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/abook')
-rw-r--r--office/abook/abook.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/abook/abook.SlackBuild b/office/abook/abook.SlackBuild
index 45031e240b..5f8fef6ccf 100644
--- a/office/abook/abook.SlackBuild
+++ b/office/abook/abook.SlackBuild
@@ -75,7 +75,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
aclocal && automake --add-missing && autoconf
-sed 's/0.18/0.19/g' -i po/Makefile.in.in
+sed 's/0.18/0.20/g' -i po/Makefile.in.in
# thanks to the archers for this patch ;)
patch -p1 -i $CWD/gcc5.patch