summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-10-23 20:48:35 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-11-06 08:23:21 +0200
commitcb8d3b90e28402c3c172209c57c1b787899791ed (patch)
tree3fbd025635eadfec355b581277afe94971f3bc46 /net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild
parentmail-client/neomutt: Fix USE='doc' (diff)
downloadgentoo-cb8d3b90e28402c3c172209c57c1b787899791ed.tar.gz
gentoo-cb8d3b90e28402c3c172209c57c1b787899791ed.tar.bz2
gentoo-cb8d3b90e28402c3c172209c57c1b787899791ed.zip
net-dialup/lrzsz: fix compilation with gettext-0.20
Thanks to Felix J. Ogris for the patch! Closes: https://bugs.gentoo.org/685696 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/13400 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild')
-rw-r--r--net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild
index c89d4506098b..e41f957e5b6a 100644
--- a/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild
+++ b/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,10 +16,13 @@ IUSE="nls"
DEPEND="nls? ( virtual/libintl )"
-PATCHES=( "${FILESDIR}"/${PN}-autotools.patch
+PATCHES=(
+ "${FILESDIR}"/${PN}-autotools.patch
"${FILESDIR}"/${PN}-implicit-decl.patch
"${FILESDIR}"/${P}-automake-1.12.patch
- "${FILESDIR}"/${P}-automake-1.13.patch )
+ "${FILESDIR}"/${P}-automake-1.13.patch
+ "${FILESDIR}"/${P}-gettext-0.20.patch
+)
DOCS=( AUTHORS COMPATABILITY ChangeLog NEWS \
README{,.cvs,.gettext,.isdn4linux,.tests} THANKS TODO )