pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/wrapper Fix cut & paste errors. From Jens Rehsack.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc752f4a2e3c
branches: trunk
changeset: 553128:cc752f4a2e3c
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 15 16:55:33 2009 +0000
description:
Fix cut & paste errors. From Jens Rehsack.
diffstat:
mk/wrapper/cmd-sink-aix-cc | 4 ++--
mk/wrapper/cmd-sink-aix-ld | 4 ++--
mk/wrapper/cmd-sink-aix-xlc | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r acbd5c8410a8 -r cc752f4a2e3c mk/wrapper/cmd-sink-aix-cc
--- a/mk/wrapper/cmd-sink-aix-cc Thu Jan 15 13:34:08 2009 +0000
+++ b/mk/wrapper/cmd-sink-aix-cc Thu Jan 15 16:55:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-aix-cc,v 1.5 2009/01/09 11:46:34 joerg Exp $
+# $NetBSD: cmd-sink-aix-cc,v 1.6 2009/01/15 16:55:33 joerg Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -101,7 +101,7 @@
done
# AIX ld(1) uses -blibpath to set the runtime library search path.
-arg="-Wl,-blibpath:/usr/usr/lib:/lib"
+arg="-Wl,-blibpath:/usr/lib:/lib"
if $test -n "$orig_blibpath"; then
arg="$arg:$orig_blibpath"
fi
diff -r acbd5c8410a8 -r cc752f4a2e3c mk/wrapper/cmd-sink-aix-ld
--- a/mk/wrapper/cmd-sink-aix-ld Thu Jan 15 13:34:08 2009 +0000
+++ b/mk/wrapper/cmd-sink-aix-ld Thu Jan 15 16:55:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-aix-ld,v 1.4 2008/12/01 20:40:37 joerg Exp $
+# $NetBSD: cmd-sink-aix-ld,v 1.5 2009/01/15 16:55:33 joerg Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -79,7 +79,7 @@
done
# AIX ld(1) uses -blibpath to set the runtime library search path.
-arg="-blibpath:/usr/usr/lib:/lib"
+arg="-blibpath:/usr/lib:/lib"
if $test -n "$orig_blibpath"; then
arg="$arg:$orig_blibpath"
fi
diff -r acbd5c8410a8 -r cc752f4a2e3c mk/wrapper/cmd-sink-aix-xlc
--- a/mk/wrapper/cmd-sink-aix-xlc Thu Jan 15 13:34:08 2009 +0000
+++ b/mk/wrapper/cmd-sink-aix-xlc Thu Jan 15 16:55:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-aix-xlc,v 1.9 2009/01/09 11:46:34 joerg Exp $
+# $NetBSD: cmd-sink-aix-xlc,v 1.10 2009/01/15 16:55:33 joerg Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -97,7 +97,7 @@
done
# AIX xlc uses -blibpath to set the runtime library search path.
-arg="-Wl,-blibpath:/usr/usr/lib:/lib"
+arg="-Wl,-blibpath:/usr/lib:/lib"
if $test -n "$orig_blibpath"; then
arg="$arg:$orig_blibpath"
fi
Home |
Main Index |
Thread Index |
Old Index