pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix _PLIST_AWK_LIBTOOL not to pass @comment lines t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/582a17f264cc
branches: trunk
changeset: 481789:582a17f264cc
user: tv <tv%pkgsrc.org@localhost>
date: Tue Oct 12 14:34:57 2004 +0000
description:
Fix _PLIST_AWK_LIBTOOL not to pass @comment lines to print-la-libnames.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bb621e301c35 -r 582a17f264cc mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Tue Oct 12 14:33:58 2004 +0000
+++ b/mk/bsd.pkg.mk Tue Oct 12 14:34:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1513 2004/10/11 23:38:53 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1514 2004/10/12 14:34:57 tv Exp $
#
# This file is in the public domain.
#
@@ -4959,7 +4959,7 @@
_PLIST_AWK_LIBTOOL?= # empty
.else
_PLIST_AWK_LIBTOOL?= \
-/\.la$$/ { \
+/^[^@].*\.la$$/ { \
system("cd ${PREFIX} && ${SH} ${_PRINT_LA_LIBNAMES} " $$0) \
}
.endif
Home |
Main Index |
Thread Index |
Old Index