pkgsrc/security/mixminion/patches/patch-aa
wiz 4656f67ae7 Commit some fixes from the maintainer:
python-2.4 is not usable for this package.
The python wrapper scripts' names have changed, adapt patch-aa.

Bump PKGREVISION.
2005-01-30 21:56:24 +00:00

14 lines
579 B
Text

$NetBSD: patch-aa,v 1.2 2005/01/30 21:56:24 wiz Exp $
--- Makefile.orig 2004-04-04 20:43:33.000000000 +0200
+++ Makefile
@@ -12,8 +12,7 @@
# XXXX This fails when PYTHON is set to a version of Python earlier than 1.3
-PYTHON_CANDIDATES = python python2.3 python2.3x python2.2 python2.2x python2.1\
- python2.1x python2.0 python2.0x python2
+PYTHON_CANDIDATES = python2.3 python2.2 python2.1
FINDPYTHON = \
if [ "x`which which`" = "x" ]; then \
echo "Ouch! I couldn't run 'which' on your system."; \