Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lensfun/files: lensfun-0.2.3-glibc-2.10.patch
Date: Sat, 04 Jul 2009 20:31:03
Message-Id: E1MNBsz-0007qP-BZ@stork.gentoo.org
1 maekke 09/07/04 20:31:01
2
3 Added: lensfun-0.2.3-glibc-2.10.patch
4 Log:
5 fix building with glibc-2.10, bug #276175
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 media-libs/lensfun/files/lensfun-0.2.3-glibc-2.10.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.3-glibc-2.10.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.3-glibc-2.10.patch?rev=1.1&content-type=text/plain
13
14 Index: lensfun-0.2.3-glibc-2.10.patch
15 ===================================================================
16 --- lensfun-0.2.3.orig/tools/makedep/cppsetup.cpp 2009-07-04 21:20:49.000000000 +0200
17 +++ lensfun-0.2.3/tools/makedep/cppsetup.cpp 2009-07-04 22:19:18.000000000 +0200
18 @@ -195,7 +195,7 @@
19 }
20 while (s);
21
22 - eol = strchr (var, 0);
23 + eol = (char *)strchr (var, 0);
24
25 // Skip parentheses which Microsoft likes so much
26 if (*var == '(')