diff options
Diffstat (limited to 'media-gfx/inkscape/files/inkscape-0.48.4-python2.patch')
-rw-r--r-- | media-gfx/inkscape/files/inkscape-0.48.4-python2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/inkscape/files/inkscape-0.48.4-python2.patch b/media-gfx/inkscape/files/inkscape-0.48.4-python2.patch new file mode 100644 index 000000000000..a586053e9192 --- /dev/null +++ b/media-gfx/inkscape/files/inkscape-0.48.4-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" }, |