mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
$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 \
|