Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 467234 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- inkscape-0.48.4/src/extension/implementation/script.cpp
0
++ inkscape-0.48.4/src/extension/implementation/script.cpp
Lines 89-95 Link Here
89
#ifdef WIN32
89
#ifdef WIN32
90
        {"python", "python-interpreter", "pythonw" },
90
        {"python", "python-interpreter", "pythonw" },
91
#else
91
#else
92
        {"python", "python-interpreter", "python" },
92
        {"python", "python-interpreter", "@EPYTHON@" },
93
#endif
93
#endif
94
        {"ruby",   "ruby-interpreter",   "ruby"   },
94
        {"ruby",   "ruby-interpreter",   "ruby"   },
95
        {"shell",  "shell-interpreter",  "sh"     },
95
        {"shell",  "shell-interpreter",  "sh"     },

Return to bug 467234