summaryrefslogtreecommitdiff
path: root/sysutils/bup/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bup/patches/patch-Makefile')
-rw-r--r--sysutils/bup/patches/patch-Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/bup/patches/patch-Makefile b/sysutils/bup/patches/patch-Makefile
index da5442f312c..03180dcddf6 100644
--- a/sysutils/bup/patches/patch-Makefile
+++ b/sysutils/bup/patches/patch-Makefile
@@ -1,15 +1,15 @@
-$NetBSD: patch-Makefile,v 1.6 2014/09/06 21:29:45 wiz Exp $
+$NetBSD: patch-Makefile,v 1.7 2016/09/18 23:02:48 gdt Exp $
Pass PYTHON through to configure.
---- Makefile.orig 2013-12-20 09:43:15.000000000 +0000
+--- Makefile.orig 2016-06-12 16:19:26.000000000 +0000
+++ Makefile
-@@ -67,7 +67,7 @@ install: all
+@@ -44,7 +44,7 @@ initial_setup := $(call shout,$(initial_
- config/config.h: config/Makefile config/configure config/configure.inc \
- $(wildcard config/*.in)
-- cd config && $(MAKE) config.h
-+ cd config && $(MAKE) PYTHON=$(PYTHON) config.h
+ config/config.vars: configure config/configure config/configure.inc \
+ $(wildcard config/*.in)
+- MAKE="$(MAKE)" ./configure
++ MAKE="$(MAKE)" PYTHON=$(PYTHON) ./configure
- lib/bup/_helpers$(SOEXT): \
- config/config.h \
+ bup_cmds := cmd/bup-python\
+ $(patsubst cmd/%-cmd.py,cmd/bup-%,$(wildcard cmd/*-cmd.py)) \