Fix build.

Replace and check interpreters.
This commit is contained in:
ryoon 2011-04-25 14:48:28 +00:00
parent 7107b1edb9
commit e3ca9a1319

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2011/04/22 13:42:42 obache Exp $
# $NetBSD: Makefile,v 1.32 2011/04/25 14:48:28 ryoon Exp $
#
VERSION= 2.8.10.1
@ -29,6 +29,24 @@ PYDISTUTILSPKG= yes
#PYSETUPBUILDARGS= NO_SCRIPTS=1 ${WXARG}
#PYSETUPINSTALLARGS= NO_SCRIPTS=1 ${WXARG}
SUBST_CLASSES+= fix-python
SUBST_STAGE.fix-python= pre-configure
SUBST_MESSAGE.fix-python= Fixing dynamic python
SUBST_FILES.fix-python+= wx/lib/floatcanvas/*.py
SUBST_FILES.fix-python+= wx/lib/floatcanvas/Utilities/*.py
SUBST_FILES.fix-python+= wx/tools/Editra/*.py
SUBST_FILES.fix-python+= wx/tools/Editra/src/*.py
SUBST_FILES.fix-python+= wx/tools/Editra/src/extern/*.py
SUBST_FILES.fix-python+= wx/tools/Editra/tests/syntax/python.python
SUBST_FILES.fix-python+= wx/tools/Editra/Editra*
SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},'
CHECK_INTERPRETER_SKIP+= wx/tools/Editra/tests/syntax/d.d
CHECK_INTERPRETER_SKIP+= wx/tools/Editra/tests/syntax/octave.oct
CHECK_INTERPRETER_SKIP+= wx/tools/Editra/tests/syntax/ruby.rb
CHECK_INTERPRETER_SKIP+= wx/tools/Editra/tests/syntax/tcl_tk.tcl
CHECK_INTERPRETER_SKIP+= wx/tools/Editra/tests/syntax/perl.pl
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../graphics/glu/buildlink3.mk"