commit:     bfa7d46fefef93f1ec8457686879c9a40c6dfd73
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Jan  7 10:08:24 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 10:08:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa7d46f

net-irc/emech: Disable redirect

* https://github.com/EnergyMech/energymech/issues/15#issuecomment-643470653

Closes: https://github.com/gentoo/gentoo/pull/18957
Closes: https://bugs.gentoo.org/707122
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-irc/emech/emech-3.0.99_p3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-irc/emech/emech-3.0.99_p3.ebuild 
b/net-irc/emech/emech-3.0.99_p3.ebuild
index dcfb74ec059..68daec2e566 100644
--- a/net-irc/emech/emech-3.0.99_p3.ebuild
+++ b/net-irc/emech/emech-3.0.99_p3.ebuild
@@ -36,6 +36,7 @@ src_prepare() {
 }
 
 myconf() {
+       tc-export CC
        echo ./configure $*
        ./configure $* || die "./configure failed"
 }
@@ -56,7 +57,6 @@ src_configure() {
                --with-note \
                --with-notify \
                --with-rawdns \
-               --with-redirect \
                --with-seen \
                --with-stats \
                --with-telnet \
@@ -66,6 +66,7 @@ src_configure() {
                --with-web \
                --with-wingate \
                --without-profiling \
+               --without-redirect \
                $(use_with tcl) \
                $(use_with session) \
                $(use_with debug)

Reply via email to