diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-04-30 22:59:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-04-30 22:59:38 +0200 |
commit | 9294cc0d001280d748462a43eb38ffe2410988f7 (patch) | |
tree | 6637f1bfb7e9b23db7e6d19f6f574865f51e0552 /net-irc/epic5 | |
parent | kde-frameworks/kdelibs: Update dependencies (x11-proto/* -> x11-base/xorg-pro... (diff) | |
download | gentoo-9294cc0d001280d748462a43eb38ffe2410988f7.tar.gz gentoo-9294cc0d001280d748462a43eb38ffe2410988f7.tar.bz2 gentoo-9294cc0d001280d748462a43eb38ffe2410988f7.zip |
net-irc/epic5: Fix build with glibc-2.26, bug 652738
Closes: https://bugs.gentoo.org/652738
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'net-irc/epic5')
-rw-r--r-- | net-irc/epic5/epic5-1.1.10-r1.ebuild | 3 | ||||
-rw-r--r-- | net-irc/epic5/epic5-1.1.10-r2.ebuild | 11 | ||||
-rw-r--r-- | net-irc/epic5/files/epic5-1.1.10-xlocale.patch | 11 |
3 files changed, 19 insertions, 6 deletions
diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild b/net-irc/epic5/epic5-1.1.10-r1.ebuild index 97036b79137d..32634a469338 100644 --- a/net-irc/epic5/epic5-1.1.10-r1.ebuild +++ b/net-irc/epic5/epic5-1.1.10-r1.ebuild @@ -49,7 +49,8 @@ src_prepare() { "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \ "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \ "${FILESDIR}"/${P}-without-localdir.patch \ - "${FILESDIR}"/${P}-socks5-libsocks.patch + "${FILESDIR}"/${P}-socks5-libsocks.patch \ + "${FILESDIR}"/${P}-xlocale.patch eautoconf } diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild b/net-irc/epic5/epic5-1.1.10-r2.ebuild index 289bab3402a8..b2c668fcd02e 100644 --- a/net-irc/epic5/epic5-1.1.10-r2.ebuild +++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild @@ -31,12 +31,13 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P} PATCHES=( - "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch \ - "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch \ - "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \ - "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \ - "${FILESDIR}"/${P}-without-localdir.patch \ + "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch + "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch + "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch + "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch + "${FILESDIR}"/${P}-without-localdir.patch "${FILESDIR}"/${P}-socks5-libsocks.patch + "${FILESDIR}"/${P}-xlocale.patch ) src_prepare() { diff --git a/net-irc/epic5/files/epic5-1.1.10-xlocale.patch b/net-irc/epic5/files/epic5-1.1.10-xlocale.patch new file mode 100644 index 000000000000..8c5c7e44bfff --- /dev/null +++ b/net-irc/epic5/files/epic5-1.1.10-xlocale.patch @@ -0,0 +1,11 @@ +diff -ruN epic5-1.1.10.orig/source/recode.c epic5-1.1.10/source/recode.c +--- epic5-1.1.10.orig/source/recode.c 2014-04-11 17:12:26.000000000 +0200 ++++ epic5-1.1.10/source/recode.c 2018-04-30 22:55:11.976293375 +0200 +@@ -41,7 +41,6 @@ + #include <langinfo.h> + #include <locale.h> + #include <wctype.h> +-#include <xlocale.h> + + /* + * Here's the plan... |