openbsd-ports/devel/pyrex/patches/patch-Demos_callback_Makefile
alek fdda5d4300 Import pyrex 0.9.4.1
Pyrex is a language specially designed for writing Python extension
modules. It's designed to bridge the gap between the nice, high-level,
easy-to-use world of Python and the messy, low-level world of C.
2006-11-16 01:09:38 +00:00

15 lines
397 B
Plaintext

$OpenBSD: patch-Demos_callback_Makefile,v 1.1.1.1 2006/11/16 01:09:38 alek Exp $
--- Demos/callback/Makefile.orig Sun Nov 12 22:04:08 2006
+++ Demos/callback/Makefile Sun Nov 12 22:04:09 2006
@@ -1,8 +1,8 @@
all:
- python Setup.py build_ext --inplace
+ ${PYTHON} Setup.py build_ext --inplace
test: all
- python run_cheese.py
+ ${PYTHON} run_cheese.py
clean:
@echo Cleaning Demos/callback