Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/flphoto/files: flphoto-1.3.1-glibc28.patch
Date: Sun, 23 Nov 2008 20:25:37
Message-Id: E1L4LWQ-0001wO-Bn@stork.gentoo.org
1 halcy0n 08/11/23 20:25:34
2
3 Added: flphoto-1.3.1-glibc28.patch
4 Log:
5 Fix compilation with glibc-2.8, thanks to Diego E. 'Flameeyes' Pettenò <flameeyes AT gentoo DOT org> for reporting; bug #247722
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.27.1 x86_64)
7
8 Revision Changes Path
9 1.1 media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/flphoto/files/flphoto-1.3.1-glibc28.patch?rev=1.1&content-type=text/plain
13
14 Index: flphoto-1.3.1-glibc28.patch
15 ===================================================================
16 diff -ur flphoto-1.3.1-orig/camera.cxx flphoto-1.3.1/camera.cxx
17 --- flphoto-1.3.1-orig/camera.cxx 2008-11-23 15:15:54.000000000 -0500
18 +++ flphoto-1.3.1/camera.cxx 2008-11-23 15:18:34.000000000 -0500
19 @@ -42,6 +42,7 @@
20 # define fl_mkdir(p) mkdir(p)
21 #else
22 # include <unistd.h>
23 +# include <sys/stat.h>
24 # define fl_mkdir(p) mkdir(p, 0777)
25 #endif // WIN32 && !__CYGWIN__
26 #include <errno.h>