diff options
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild index 7e27b48b39fb..76e37b4e5241 100644 --- a/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild,v 1.2 2003/03/18 19:50:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild,v 1.3 2003/03/20 18:28:13 agriffis Exp $ DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://people.nl.linux.org/~jelmer/ctrlproxy.php" @@ -13,7 +13,7 @@ IUSE="" DEPEND="" src_compile() { - emake PREFIX=/usr || die + emake PREFIX=/usr CC="${CC} ${CFLAGS}" || die } src_install() { |