Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fontforge/files: fontforge-20071210-noX-nopython-build.patch
Date: Thu, 27 Dec 2007 23:02:25
Message-Id: E1J81k4-0005F6-2N@stork.gentoo.org
1 dirtyepic 07/12/27 23:02:20
2
3 Added: fontforge-20071210-noX-nopython-build.patch
4 Log:
5 Fix build error with USE="-X -python". Bug #202360 by Diego.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.1 media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch?rev=1.1&content-type=text/plain
13
14 Index: fontforge-20071210-noX-nopython-build.patch
15 ===================================================================
16 diff -Naur fontforge-20071210-orig/fontforge/scripting.c fontforge-20071210/fontforge/scripting.c
17 --- fontforge-20071210-orig/fontforge/scripting.c 2007-12-05 13:27:51.000000000 -0600
18 +++ fontforge-20071210/fontforge/scripting.c 2007-12-27 16:45:55.000000000 -0600
19 @@ -9435,7 +9435,7 @@
20 verbose = getenv("FONTFORGE_VERBOSE")!=NULL;
21 }
22
23 -static void ProcessNativeScript(int argc, char *argv[], FILE *script) {
24 +void ProcessNativeScript(int argc, char *argv[], FILE *script) {
25 int i,j;
26 Context c;
27 enum token_type tok;
28
29
30
31 --
32 gentoo-commits@g.o mailing list