summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/inkscape/files/inkscape-0.49_alpha12500-python2.patch')
-rw-r--r--media-gfx/inkscape/files/inkscape-0.49_alpha12500-python2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/inkscape/files/inkscape-0.49_alpha12500-python2.patch b/media-gfx/inkscape/files/inkscape-0.49_alpha12500-python2.patch
new file mode 100644
index 0000000..a586053
--- /dev/null
+++ b/media-gfx/inkscape/files/inkscape-0.49_alpha12500-python2.patch
@@ -0,0 +1,11 @@
+--- inkscape-0.48.4/src/extension/implementation/script.cpp
++++ inkscape-0.48.4/src/extension/implementation/script.cpp
+@@ -89,7 +89,7 @@
+ #ifdef WIN32
+ {"python", "python-interpreter", "pythonw" },
+ #else
+- {"python", "python-interpreter", "python" },
++ {"python", "python-interpreter", "python2" },
+ #endif
+ {"ruby", "ruby-interpreter", "ruby" },
+ {"shell", "shell-interpreter", "sh" },