summaryrefslogtreecommitdiff
path: root/sysutils/bup/patches/patch-Makefile
blob: da5442f312c3266f9fc4d15cc4f0714f1331bcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Makefile,v 1.6 2014/09/06 21:29:45 wiz Exp $

Pass PYTHON through to configure.

--- Makefile.orig	2013-12-20 09:43:15.000000000 +0000
+++ Makefile
@@ -67,7 +67,7 @@ install: all
 
 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
 
 lib/bup/_helpers$(SOEXT): \
 		config/config.h \