diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-17 19:03:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-17 19:03:09 +0000 |
commit | ced5613645146fc93456b9d60d7fa91cb90e2286 (patch) | |
tree | 56b29f181abe2f62e545c12ee0ada2daac90adae /net-p2p | |
parent | Stable on ppc wrt bug 161981 (diff) | |
download | gentoo-2-ced5613645146fc93456b9d60d7fa91cb90e2286.tar.gz gentoo-2-ced5613645146fc93456b9d60d7fa91cb90e2286.tar.bz2 gentoo-2-ced5613645146fc93456b9d60d7fa91cb90e2286.zip |
replace CFLAGS by CXXFLAGS, thanks to drac
(Portage version: 2.1.2)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linuxdcpp/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-20070117.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/linuxdcpp/ChangeLog b/net-p2p/linuxdcpp/ChangeLog index 8180a500c573..bdb7e9e2d382 100644 --- a/net-p2p/linuxdcpp/ChangeLog +++ b/net-p2p/linuxdcpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/linuxdcpp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.2 2007/01/17 13:38:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.3 2007/01/17 19:03:09 armin76 Exp $ + + 17 Jan 2007; Raúl Porcel <armin76@gentoo.org> linuxdcpp-9999.ebuild, + linuxdcpp-20070117.ebuild: + replace CFLAGS by CXXFLAGS, thanks to drac *linuxdcpp-9999 (17 Jan 2007) diff --git a/net-p2p/linuxdcpp/linuxdcpp-20070117.ebuild b/net-p2p/linuxdcpp/linuxdcpp-20070117.ebuild index 71d5b9aba15c..6993c3c9947d 100644 --- a/net-p2p/linuxdcpp/linuxdcpp-20070117.ebuild +++ b/net-p2p/linuxdcpp/linuxdcpp-20070117.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20070117.ebuild,v 1.1 2007/01/17 12:40:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20070117.ebuild,v 1.2 2007/01/17 19:03:09 armin76 Exp $ inherit eutils @@ -25,7 +25,7 @@ src_compile() { local myconf="" use debug && myconf="${myconf} debug=1" - scons ${myconf} ${MAKEOPTS} CFLAGS="${CFLAGS}" PREFIX=/usr || die "scons failed" + scons ${myconf} ${MAKEOPTS} CXXFLAGS="${CXXFLAGS}" PREFIX=/usr || die "scons failed" } src_install() { diff --git a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild index d61a4d734c86..78952c834c8a 100644 --- a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild +++ b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.1 2007/01/17 13:38:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.2 2007/01/17 19:03:09 armin76 Exp $ inherit cvs eutils @@ -30,7 +30,7 @@ src_compile() { local myconf="" use debug && myconf="${myconf} debug=1" - scons ${myconf} ${MAKEOPTS} CFLAGS="${CFLAGS}" PREFIX=/usr || die "scons failed" + scons ${myconf} ${MAKEOPTS} CXXFLAGS="${CXXFLAGS}" PREFIX=/usr || die "scons failed" } src_install() { |