Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra-cvs/files: cinelerra-libtool22.diff
Date: Mon, 23 Jun 2008 23:43:22
Message-Id: E1KAvgr-0004aa-7a@stork.gentoo.org
1 hanno 08/06/23 23:43:17
2
3 Added: cinelerra-libtool22.diff
4 Log:
5 cinelerra: fix libtool 2.2 build
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 media-video/cinelerra-cvs/files/cinelerra-libtool22.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/files/cinelerra-libtool22.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/files/cinelerra-libtool22.diff?rev=1.1&content-type=text/plain
13
14 Index: cinelerra-libtool22.diff
15 ===================================================================
16 --- hvirtual/configure.in.1 2008-06-23 23:32:05.000000000 +0200
17 +++ hvirtual/configure.in 2008-06-23 23:32:48.000000000 +0200
18 @@ -20,10 +20,8 @@
19 AC_PROG_LIBTOOL
20
21 # hack for libtool 1.5 -- this is ugly and probably wrong, but works
22 -if test `libtool --version | grep ltmain.sh | cut -b 25-27` = "1.5"; then
23 - LTC_FLAGS="--tag=CC"
24 - LTCXX_FLAGS="--tag=CXX"
25 -fi
26 +LTC_FLAGS="--tag=CC"
27 +LTCXX_FLAGS="--tag=CXX"
28 AC_SUBST(LTC_FLAGS)
29 AC_SUBST(LTCXX_FLAGS)
30
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list