Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Tue, 02 Oct 2007 10:09:10
Message-Id: E1IceXv-00078A-Nd@stork.gentoo.org
1 robbat2 07/10/02 10:00:07
2
3 Modified: mysql.eclass
4 Log:
5 Fix typo with CXX compiler.
6
7 Revision Changes Path
8 1.82 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.82&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.82&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.81&r2=1.82
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.81
18 retrieving revision 1.82
19 diff -u -r1.81 -r1.82
20 --- mysql.eclass 15 Jul 2007 00:22:13 -0000 1.81
21 +++ mysql.eclass 2 Oct 2007 10:00:07 -0000 1.82
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.81 2007/07/15 00:22:13 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.82 2007/10/02 10:00:07 robbat2 Exp $
27
28 # Author: Francesco Riosa (Retired) <vivo@g.o>
29 # Maintainer: Luca Longinotti <chtekk@g.o>
30 @@ -538,7 +538,7 @@
31 use innodb \
32 && cmake \
33 -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \
34 - -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCC)) \
35 + -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \
36 "storage/innobase"
37 else
38 rebuilddirlist=". innobase"
39
40
41
42 --
43 gentoo-commits@g.o mailing list