diff options
Diffstat (limited to 'security/mixminion/patches/patch-aa')
-rw-r--r-- | security/mixminion/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/mixminion/patches/patch-aa b/security/mixminion/patches/patch-aa new file mode 100644 index 00000000000..40ddadf473f --- /dev/null +++ b/security/mixminion/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/12/27 22:58:57 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 = python2p4 python2p3 python2p2 python2p1 + FINDPYTHON = \ + if [ "x`which which`" = "x" ]; then \ + echo "Ouch! I couldn't run 'which' on your system."; \ |