summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-17 21:27:30 +0000
committerrillig <rillig@pkgsrc.org>2006-06-17 21:27:30 +0000
commit4d918f29a24af45fa9a2ed0e01dc270c28e6c23a (patch)
tree0020a85a796522b28ae2f680c4f537d3a1d308ba /mk/bsd.pkg.mk
parent5eef2394badf64dfeb39ea5b8b3f8cf12d6e0d6b (diff)
downloadpkgsrc-4d918f29a24af45fa9a2ed0e01dc270c28e6c23a.tar.gz
Added a variable OVERRIDE_GNU_CONFIG_SCRIPTS that allows a package to
override the config.guess, config.sub and config.rpath scripts even if GNU_CONFIGURE is not defined. This is needed for devel/tla.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 95193017fab..7e712a09bf3 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1853 2006/06/15 02:39:19 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1854 2006/06/17 21:27:30 rillig Exp $
#
# This file is in the public domain.
#
@@ -979,7 +979,7 @@ do-ltconfig-override:
_CONFIGURE_PREREQ+= do-config-star-override
.PHONY: do-config-star-override
do-config-star-override:
-.if defined(GNU_CONFIGURE)
+.if defined(GNU_CONFIGURE) || defined(OVERRIDE_GNU_CONFIG_SCRIPTS)
. if !empty(CONFIG_GUESS_OVERRIDE)
. for _pattern_ in ${CONFIG_GUESS_OVERRIDE}
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}; \