summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;