pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/buildlink2 Correct the glob so that we actually mat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aa418843494
branches:  trunk
changeset: 460307:1aa418843494
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 27 12:57:52 2003 +0000

description:
Correct the glob so that we actually match -L${BUILDLINK_DIR}/* and
-L${BUILDLINK_X11_DIR} and discard them.  (from pkgviews-mk).

diffstat:

 mk/buildlink2/libtool-fix-la |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bfd614652dc6 -r 1aa418843494 mk/buildlink2/libtool-fix-la
--- a/mk/buildlink2/libtool-fix-la      Wed Aug 27 12:25:40 2003 +0000
+++ b/mk/buildlink2/libtool-fix-la      Wed Aug 27 12:57:52 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: libtool-fix-la,v 1.18 2003/01/24 12:09:16 jlam Exp $
+# $NetBSD: libtool-fix-la,v 1.19 2003/08/27 12:57:52 jlam Exp $
 #
 # For *.la files, in the "relink_command" line, we make the following
 # replacements:
@@ -146,7 +146,7 @@
                                ;;
                        -L*)
                                case "$i" in
-                               -L${BUILDLINK_DIR}|-L${BUILDLINK_X11_DIR})
+                               -L${BUILDLINK_DIR}/*|-L${BUILDLINK_X11_DIR}/*)
                                        ;;
                                -L@WRKSRC@/*)
                                        ;;



Home | Main Index | Thread Index | Old Index