pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/glib Fix PR pkg/24464 again. We need to patch c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6fc05fc2e3b
branches: trunk
changeset: 469742:b6fc05fc2e3b
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Feb 27 23:57:03 2004 +0000
description:
Fix PR pkg/24464 again. We need to patch config.status instead of
config.status.overridden since the change in rev. 1.1413 of bsd.pkg.mk.
diffstat:
devel/glib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 952a31c57f40 -r b6fc05fc2e3b devel/glib/Makefile
--- a/devel/glib/Makefile Fri Feb 27 23:37:26 2004 +0000
+++ b/devel/glib/Makefile Fri Feb 27 23:57:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2004/02/19 17:56:11 jlam Exp $
+# $NetBSD: Makefile,v 1.70 2004/02/27 23:57:03 kristerw Exp $
# FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
#
@@ -66,7 +66,7 @@
post-configure:
@cd ${WRKSRC}; \
- files="config.status.overridden config.h glibconfig.h"; \
+ files="config.status 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}|" \
Home |
Main Index |
Thread Index |
Old Index