From 3c12a4c5e78a52db4517745fe5fba43ac35dfc28 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 2 Oct 2007 10:00:07 +0000 Subject: Fix typo with CXX compiler. --- eclass/mysql.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 6adda6518a2d..95643ee719b5 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -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/eclass/mysql.eclass,v 1.81 2007/07/15 00:22:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.82 2007/10/02 10:00:07 robbat2 Exp $ # Author: Francesco Riosa (Retired) # Maintainer: Luca Longinotti @@ -538,7 +538,7 @@ mysql_src_unpack() { use innodb \ && cmake \ -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \ - -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCC)) \ + -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \ "storage/innobase" else rebuilddirlist=". innobase" -- cgit v1.2.3-65-gdbad