summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xchat/xchat-2.0.7.ebuild')
-rw-r--r--net-irc/xchat/xchat-2.0.7.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-irc/xchat/xchat-2.0.7.ebuild b/net-irc/xchat/xchat-2.0.7.ebuild
index 1bf6c7139830..747cc2cf9e71 100644
--- a/net-irc/xchat/xchat-2.0.7.ebuild
+++ b/net-irc/xchat/xchat-2.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7.ebuild,v 1.8 2004/04/05 10:28:04 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7.ebuild,v 1.9 2004/04/05 15:04:17 zul Exp $
inherit flag-o-matic
@@ -45,6 +45,9 @@ src_compile() {
&& gtkconf="--disable-gtkfe" \
|| gtkconf="--enable-gtkfe"
+ # Fix for sock5 vulnerability - see #46856
+ epatch ${FILESDIR}/xc208-fixsocks5.diff
+
econf \
${gtkconf} \
`use_enable ssl openssl` \