pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper whitespace fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce0ea65248c8
branches:  trunk
changeset: 485210:ce0ea65248c8
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Dec 05 09:27:23 2004 +0000

description:
whitespace fix

diffstat:

 mk/wrapper/transform-xlc-cc |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r e1df1fb25b25 -r ce0ea65248c8 mk/wrapper/transform-xlc-cc
--- a/mk/wrapper/transform-xlc-cc       Sun Dec 05 09:26:59 2004 +0000
+++ b/mk/wrapper/transform-xlc-cc       Sun Dec 05 09:27:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-xlc-cc,v 1.4 2004/12/05 09:26:59 grant Exp $
+# $NetBSD: transform-xlc-cc,v 1.5 2004/12/05 09:27:23 grant Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -52,9 +52,9 @@
 # xlc uses -qmkshrobj to create shared objects, and we also need to
 # tell the linker to use a flat namespace and allow undefined symbols.
 -dynamiclib)
-        arg="-qmkshrobj -Wl,-flat_namespace -Wl,-undefined -Wl,suppress"
-        msg_log $wrapperlog "   (transform-xlc-cc) to: $arg"
-        addtocache=yes
+       arg="-qmkshrobj -Wl,-flat_namespace -Wl,-undefined -Wl,suppress"
+       msg_log $wrapperlog "   (transform-xlc-cc) to: $arg"
+       addtocache=yes
        split_arg=yes
         ;;
 # -qnocommon is the xlc argument to allocate uninitialized globals in



Home | Main Index | Thread Index | Old Index