summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-aq
blob: ee544284d215af45eb203deb510021ceaf3e8e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aq,v 1.2 2015/02/03 13:55:12 adam Exp $

--- src/extension/implementation/script.cpp.orig	2010-07-13 03:48:40.000000000 +0000
+++ src/extension/implementation/script.cpp
@@ -83,7 +83,7 @@ Script::interpreter_t const Script::inte
 #ifdef WIN32
         {"python", "python-interpreter", "pythonw" },
 #else
-        {"python", "python-interpreter", "python" },
+        {"python", "python-interpreter", "@PYTHONBIN@" },
 #endif
         {"ruby",   "ruby-interpreter",   "ruby"   },
         {"shell",  "shell-interpreter",  "sh"     },