diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-20 18:28:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-20 18:28:13 +0000 |
commit | a7109bb3689084c8053fbdbba5310518b5f69c8b (patch) | |
tree | f1c3e1caf397a6fa91ff8ac90206b439eafeb12b /net-irc | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-a7109bb3689084c8053fbdbba5310518b5f69c8b.tar.gz gentoo-2-a7109bb3689084c8053fbdbba5310518b5f69c8b.tar.bz2 gentoo-2-a7109bb3689084c8053fbdbba5310518b5f69c8b.zip |
use CFLAGS for compilation
Diffstat (limited to 'net-irc')
-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() { |