summaryrefslogtreecommitdiff
path: root/net-irc/emech/emech-3.0.99_p3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /net-irc/emech/emech-3.0.99_p3.ebuild
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'net-irc/emech/emech-3.0.99_p3.ebuild')
-rw-r--r--net-irc/emech/emech-3.0.99_p3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/emech/emech-3.0.99_p3.ebuild b/net-irc/emech/emech-3.0.99_p3.ebuild
index dcfb74ec059d..68daec2e5664 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)