summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.debug.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-07 23:10:23 +0000
committerrillig <rillig@pkgsrc.org>2007-02-07 23:10:23 +0000
commit0d3fab7636604add438ff6849ba646f2b3e0cd47 (patch)
treef7756e4f006d93f02c1f2548be8852f67da70b25 /mk/bsd.pkg.debug.mk
parentb10c85f6e505abb1920ebefbac08e9786b5711ef (diff)
downloadpkgsrc-0d3fab7636604add438ff6849ba646f2b3e0cd47.tar.gz
Fixed the detection of config_headers, so that it also catches
non-standard definitions, like for example in devel/ncurses.
Diffstat (limited to 'mk/bsd.pkg.debug.mk')
-rw-r--r--mk/bsd.pkg.debug.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.debug.mk b/mk/bsd.pkg.debug.mk
index 7dae6a1856a..c27aae445b4 100644
--- a/mk/bsd.pkg.debug.mk
+++ b/mk/bsd.pkg.debug.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.debug.mk,v 1.14 2007/02/05 14:27:34 rillig Exp $
+# $NetBSD: bsd.pkg.debug.mk,v 1.15 2007/02/07 23:10:23 rillig Exp $
#
# Public targets:
#
@@ -103,7 +103,7 @@ _show-dbginfo-config.h:
[ ! -f config.h ] || { print_config_h config.h; continue; }; \
[ ! -f config.status ] || { \
: "autoconf 2.59"; \
- chs=`sed -n 's,^config_headers="\(.*\)".*,\1,p' config.status || true`; \
+ chs=`sed -n 's,^config_headers="\([^:]*\).*".*,\1,p' config.status || true`; \
: "autoconf 2.13"; \
[ "$$chs" ] || chs=`sed -n 's,^ CONFIG_HEADERS="\([^:"]*\).*,\1,p' config.status || true`; \
done=no; \