diff options
Diffstat (limited to 'x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild')
-rw-r--r-- | x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild b/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild index 4b1f99da78e9..287d786ed354 100644 --- a/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild +++ b/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.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/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild,v 1.7 2008/04/21 01:59:35 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ttmkfdir/ttmkfdir-3.0.9-r3.ebuild,v 1.8 2008/05/09 07:33:02 dberkholz Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -38,7 +38,7 @@ src_compile() { filter-flags -O -O? -foptimize-sibling-calls -fstack-protector emake \ CXX="$(tc-getCXX)" \ - OPTFLAGS="${CFLAGS}" \ + OPTFLAGS="${CXXFLAGS}" \ DEBUG="" \ || die "emake failed" } |