From 5331ca9d77e55ae7be3dc5167b7980e3183b069d Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Thu, 27 Dec 2007 23:02:19 +0000 Subject: Fix build error with USE="-X -python". Bug #202360 by Diego. Package-Manager: portage-2.1.4_rc11 --- .../files/fontforge-20071210-noX-nopython-build.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch (limited to 'media-gfx/fontforge/files') diff --git a/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch b/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch new file mode 100644 index 000000000000..98b37f24e892 --- /dev/null +++ b/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch @@ -0,0 +1,12 @@ +diff -Naur fontforge-20071210-orig/fontforge/scripting.c fontforge-20071210/fontforge/scripting.c +--- fontforge-20071210-orig/fontforge/scripting.c 2007-12-05 13:27:51.000000000 -0600 ++++ fontforge-20071210/fontforge/scripting.c 2007-12-27 16:45:55.000000000 -0600 +@@ -9435,7 +9435,7 @@ + verbose = getenv("FONTFORGE_VERBOSE")!=NULL; + } + +-static void ProcessNativeScript(int argc, char *argv[], FILE *script) { ++void ProcessNativeScript(int argc, char *argv[], FILE *script) { + int i,j; + Context c; + enum token_type tok; -- cgit v1.2.3-65-gdbad