summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2007-12-27 23:02:19 +0000
committerRyan Hill <rhill@gentoo.org>2007-12-27 23:02:19 +0000
commit5331ca9d77e55ae7be3dc5167b7980e3183b069d (patch)
tree5ab51baecc2226f5cc677b7ce544843e7162444c /media-gfx/fontforge/files
parentGit RCs were supposed to be pmasked still. (diff)
downloadhistorical-5331ca9d77e55ae7be3dc5167b7980e3183b069d.tar.gz
historical-5331ca9d77e55ae7be3dc5167b7980e3183b069d.tar.bz2
historical-5331ca9d77e55ae7be3dc5167b7980e3183b069d.zip
Fix build error with USE="-X -python". Bug #202360 by Diego.
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'media-gfx/fontforge/files')
-rw-r--r--media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch12
1 files changed, 12 insertions, 0 deletions
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;