summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2014-09-03 04:31:16 +0000
committerNathan Phillip Brink <binki@gentoo.org>2014-09-03 04:31:16 +0000
commit77d986c6918014435257ec8d7b249efec382f650 (patch)
tree36d5007b56dd58eca8efb2c438c5e572f866f78c /net-irc
parentbumping to 0.9 to include bugfix for bug #520198, adding epatch_user since it... (diff)
downloadgentoo-2-77d986c6918014435257ec8d7b249efec382f650.tar.gz
gentoo-2-77d986c6918014435257ec8d7b249efec382f650.tar.bz2
gentoo-2-77d986c6918014435257ec8d7b249efec382f650.zip
Fix USE=socks5 compatibility with in-tree versions of dante.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/epic5/ChangeLog5
-rw-r--r--net-irc/epic5/epic5-1.1.10.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/net-irc/epic5/ChangeLog b/net-irc/epic5/ChangeLog
index 9a426827d99f..940a4829177b 100644
--- a/net-irc/epic5/ChangeLog
+++ b/net-irc/epic5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/epic5
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.23 2014/09/03 01:58:07 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.24 2014/09/03 04:31:16 binki Exp $
+
+ 03 Sep 2014; Nathan Phillip Brink <binki@gentoo.org> epic5-1.1.10.ebuild:
+ Fix USE=socks5 compatibility with in-tree versions of dante.
03 Sep 2014; Nathan Phillip Brink <binki@gentoo.org> -epic5-1.0.ebuild,
-epic5-1.1.7.ebuild, -files/epic5-1.1.2-tcl-automagic-as-needed.patch,
diff --git a/net-irc/epic5/epic5-1.1.10.ebuild b/net-irc/epic5/epic5-1.1.10.ebuild
index b112bcb961da..9eabd3f536ca 100644
--- a/net-irc/epic5/epic5-1.1.10.ebuild
+++ b/net-irc/epic5/epic5-1.1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild,v 1.1 2014/09/03 01:36:35 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild,v 1.2 2014/09/03 04:31:16 binki Exp $
EAPI=4
@@ -47,6 +47,12 @@ src_prepare() {
"${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
"${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
"${FILESDIR}"/${P}-without-localdir.patch
+
+ # We want --with-socks5 except it tries -lsocks5 instead of -lsocks.
+ grep -qe -lsocks5 configure.in \
+ && sed -i -e s/-lsocks5/-lsocks/ configure.in \
+ || die "fixing socks5 support."
+
eautoconf
}