openbsd-ports/archivers/py-lzo/patches/patch-Makefile
benoit 74d25eb325 import py-lzo
py-LZO is a Python module that interface with the LZO library.

LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.

ok ajacoutot@
2009-05-31 21:03:10 +00:00

13 lines
285 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2009/05/31 21:03:10 benoit Exp $
--- Makefile.orig Wed Jul 17 19:23:47 2002
+++ Makefile Sun May 31 02:28:11 2009
@@ -8,7 +8,7 @@
SHELL = /bin/sh
PYTHON = python2.2
-PYTHON = python
+PYTHON = ${MODPY_BIN}
all build:
$(PYTHON) setup.py build