Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl/files: gegl-0.2.0-g_log_domain.patch
Date: Tue, 30 Apr 2013 23:11:33
Message-Id: 20130430231124.C8D4F2171D@flycatcher.gentoo.org
1 sping 13/04/30 23:11:24
2
3 Added: gegl-0.2.0-g_log_domain.patch
4 Log:
5 media-libs/gegl[introspection]: G_LOG_DOMAIN related compile errors (bug #416587)
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
8
9 Revision Changes Path
10 1.1 media-libs/gegl/files/gegl-0.2.0-g_log_domain.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/files/gegl-0.2.0-g_log_domain.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/files/gegl-0.2.0-g_log_domain.patch?rev=1.1&content-type=text/plain
14
15 Index: gegl-0.2.0-g_log_domain.patch
16 ===================================================================
17 From deaa974528ac1f4099d091a333214b1a50147243 Mon Sep 17 00:00:00 2001
18 From: Sebastian Pipping <sebastian@×××××××.org>
19 Date: Wed, 1 May 2013 00:39:42 +0200
20 Subject: [PATCH] Prevent double escaping / error "stray ‘\’ in program"
21
22 ---
23 gegl/Makefile.am | 1 +
24 1 file changed, 1 insertion(+), 0 deletion(-)
25
26 diff --git a/gegl/Makefile.am b/gegl/Makefile.am
27 index 43010ce..fd046d2 100644
28 --- a/gegl/Makefile.am
29 +++ b/gegl/Makefile.am
30 @@ -119,7 +119,8 @@ INCLUDES = $(AM_CFLAGS) $(AM_CPPFLAGS)
31
32 Gegl-@GEGL_API_VERSION@.gir: libgegl-@GEGL_API_VERSION@.la Makefile
33 Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_INCLUDES = GObject-2.0 GLib-2.0 Babl-0.1
34 Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_CFLAGS = $(INCLUDES)
35 +INTROSPECTION_SCANNER_ENV = CFLAGS="${CFLAGS} "-D'G_LOG_DOMAIN="GEGL-"__FILE__' # No extra backslashes here!
36 Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_LIBS = libgegl-@GEGL_API_VERSION@.la
37 Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_FILES = $(introspection_sources)
38 INTROSPECTION_GIRS += Gegl-@GEGL_API_VERSION@.gir
39 --
40 1.8.1.5