summaryrefslogtreecommitdiff
path: root/devel/glib
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-19 17:56:11 +0000
committerjlam <jlam>2004-02-19 17:56:11 +0000
commit330763a41157bb6313c3833f6b6c52801b32c79a (patch)
tree3284662cd2464bf080b8cd7965f48238c7505f4f /devel/glib
parentab57b967155897e4073225d69fe207d220884d4e (diff)
downloadpkgsrc-330763a41157bb6313c3833f6b6c52801b32c79a.tar.gz
The name for the real config.status script is "config.status.overridden".
That's the script that we need to patch for our special glib version numbering handling. This fixes PR 24464.
Diffstat (limited to 'devel/glib')
-rw-r--r--devel/glib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile
index 6e1f9b01db3..f11cbdc5fd0 100644
--- a/devel/glib/Makefile
+++ b/devel/glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2004/02/19 17:48:17 jlam Exp $
+# $NetBSD: Makefile,v 1.69 2004/02/19 17:56:11 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
#
@@ -66,7 +66,7 @@ pre-configure:
post-configure:
@cd ${WRKSRC}; \
- files="config.status config.h glibconfig.h"; \
+ files="config.status.overridden config.h glibconfig.h"; \
for f in $${files}; do \
${SED} -e "s|^\(#define.*GLIB_MAJOR_VERSION\).*|\1 ${GLIB_MAJOR_VERSION}|" \
-e "s|^\(#define.*GLIB_MINOR_VERSION\).*|\1 ${GLIB_MINOR_VERSION}|" \