diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-04 07:41:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:04:51 -0500 |
commit | 1f321d7129d2b72e74dc10d7e9a9fdc1c36cda6d (patch) | |
tree | 005ebeaaa253a65e43faa97a9229309575b1edbe | |
parent | bf2aa50361fc4b76e3eb23f6702e6056e43be213 (diff) | |
download | slackbuilds-1f321d7129d2b72e74dc10d7e9a9fdc1c36cda6d.tar.gz |
office/abook: Fix for the newer gettext.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | office/abook/abook.SlackBuild | 2 |
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 |