openbsd-ports/www/node/patches/patch-tools_wafadmin_Tools_python_py
sthen 5b3ad39bdf update to node 0.6.3, parts from Aaron Bieber
(further update 0.6.5 to be done soonish, but let's get this in first)
2011-12-07 12:18:01 +00:00

13 lines
509 B
Plaintext

$OpenBSD: patch-tools_wafadmin_Tools_python_py,v 1.2 2011/12/07 12:18:01 sthen Exp $
--- tools/wafadmin/Tools/python.py.orig Wed Nov 16 13:53:19 2011
+++ tools/wafadmin/Tools/python.py Wed Nov 16 13:54:02 2011
@@ -374,7 +374,7 @@ def detect(conf):
if not conf.env.PYTHON:
conf.env.PYTHON = sys.executable
- python = conf.find_program('python', var='PYTHON')
+ python = conf.find_program('${MODPY_BIN}', var='PYTHON')
if not python:
conf.fatal('Could not find the path of the python executable')