CVSROOT:        /cvs
Module name:    ports
Changes by:     lan...@cvs.openbsd.org  2020/07/05 01:04:58

Modified files:
        lang/node      : Makefile 

Log message:
Fix build when python2 is not installed.

configure is a dumb shell+python script checking that python2 is
available in $PATH, then re-execs itself, and then imports configure.py
which works perfectly fine with python3.

Just set CONFIGURE_SCRIPT to ${MODPY_BIN} configure.py to work around
this wrapper madness.

breakage reported by ajacoutot@

Reply via email to