diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 03:18:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 03:18:31 +0000 |
commit | 879c1ac253c836d75a9ff52eb87f35b63e8f28db (patch) | |
tree | 615da66598e419589a9c9253fa68bb61e3f143f8 /dev-db/mysql++ | |
parent | whitespace (diff) | |
download | gentoo-2-879c1ac253c836d75a9ff52eb87f35b63e8f28db.tar.gz gentoo-2-879c1ac253c836d75a9ff52eb87f35b63e8f28db.tar.bz2 gentoo-2-879c1ac253c836d75a9ff52eb87f35b63e8f28db.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'dev-db/mysql++')
-rw-r--r-- | dev-db/mysql++/mysql++-3.0.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/mysql++/mysql++-3.0.5.ebuild b/dev-db/mysql++/mysql++-3.0.5.ebuild index 1912ac650441..34451b7a3063 100644 --- a/dev-db/mysql++/mysql++-3.0.5.ebuild +++ b/dev-db/mysql++/mysql++-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.0.5.ebuild,v 1.1 2008/11/14 06:18:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.0.5.ebuild,v 1.2 2008/12/31 03:18:31 mr_bones_ Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - + # Not needed anymore, patch target is gone #epatch "${FILESDIR}"/${PN}-2.3.2-gcc-4.3.patch @@ -36,7 +36,6 @@ src_compile() { local myconf myconf="--enable-thread-check" - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ econf ${myconf} || die "econf failed" |