You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/inkscape/files/inkscape-0.48.4-epython.patch

12 lines
441 B

--- 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", "@EPYTHON@" },
#endif
{"ruby", "ruby-interpreter", "ruby" },
{"shell", "shell-interpreter", "sh" },