summaryrefslogtreecommitdiff
path: root/sysutils/bup/patches/patch-config_configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bup/patches/patch-config_configure')
-rw-r--r--sysutils/bup/patches/patch-config_configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/bup/patches/patch-config_configure b/sysutils/bup/patches/patch-config_configure
deleted file mode 100644
index a2b05d9c07c..00000000000
--- a/sysutils/bup/patches/patch-config_configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-config_configure,v 1.2 2013/12/31 11:03:12 wiz Exp $
-
-Use PYTHON passed through from Makefile.
-
---- config/configure.orig 2013-11-11 08:52:33.000000000 +0000
-+++ config/configure
-@@ -42,7 +42,7 @@ if [ -z "$MAKE_VERSION" ]; then
- fi
- expr "$MAKE_VERSION" '>=' '3.81' || AC_FAIL "ERROR: $MAKE must be >= version 3.81"
-
--if test -z "$(bup_find_prog python '')"; then
-+if test -z "$(bup_find_prog python "$PYTHON")"; then
- AC_FAIL "ERROR: unable to find python"
- fi
-