Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-3.5.3-svtools-includes.patch
Date: Mon, 30 Apr 2012 12:41:59
Message-Id: 20120430124145.04A122004C@flycatcher.gentoo.org
1 scarabeus 12/04/30 12:41:45
2
3 Added: libreoffice-3.5.3-svtools-includes.patch
4 Log:
5 Fix missing include. Fixes bug#413777.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/libreoffice/files/libreoffice-3.5.3-svtools-includes.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-3.5.3-svtools-includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-3.5.3-svtools-includes.patch?rev=1.1&content-type=text/plain
14
15 Index: libreoffice-3.5.3-svtools-includes.patch
16 ===================================================================
17 From bf277a00e352733bf52720fe4f9a1a91dcfb2e93 Mon Sep 17 00:00:00 2001
18 From: Tomas Chvatal <tchvatal@××××.cz>
19 Date: Sun, 29 Apr 2012 08:45:59 +0000
20 Subject: Fix buildissue in svtools with missing include.
21
22 cpp: line 33, Fatal error: Cannot open include file
23 "svtools/svtools.hrc"
24
25 Change-Id: Ic7bd1af8f14cc0e44328c9f149c5dc45f04e5afb
26 (cherry picked from commit 3534e99d18952fc87f98cf60eb7767374a1371c4)
27
28 Conflicts:
29
30 svtools/AllLangResTarget_svt.mk
31 ---
32 diff --git a/svtools/AllLangResTarget_svt.mk b/svtools/AllLangResTarget_svt.mk
33 index e5d0a5b..d65a45b 100644
34 --- a/svtools/AllLangResTarget_svt.mk
35 +++ b/svtools/AllLangResTarget_svt.mk
36 @@ -40,6 +40,7 @@ $(eval $(call gb_SrsTarget_set_include,svt/res,\
37 $$(INCLUDE) \
38 -I$(WORKDIR)/inc \
39 -I$(realpath $(SRCDIR)/svtools/source/inc) \
40 + -I$(realpath $(SRCDIR)/svtools/inc) \
41 ))
42
43 $(eval $(call gb_SrsTarget_add_files,svt/res,\
44 --
45 cgit v0.9.0.2-2-gbebe