pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 fix typo and slight botch up in last



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfa69c060bb9
branches:  trunk
changeset: 477483:dfa69c060bb9
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jul 03 20:53:47 2004 +0000

description:
fix typo and slight botch up in last

diffstat:

 mk/buildlink3/sunpro-cc-post-logic |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0fbafbba5c9e -r dfa69c060bb9 mk/buildlink3/sunpro-cc-post-logic
--- a/mk/buildlink3/sunpro-cc-post-logic        Sat Jul 03 20:39:26 2004 +0000
+++ b/mk/buildlink3/sunpro-cc-post-logic        Sat Jul 03 20:53:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro-cc-post-logic,v 1.9 2004/07/03 20:39:26 salo Exp $
+# $NetBSD: sunpro-cc-post-logic,v 1.10 2004/07/03 20:53:47 grant Exp $
 #
 # Silently accept some GCC compiler arguments by silently converting
 # them to the SunPro compiler equivalents.  This makes the SunPro
@@ -68,8 +68,8 @@
        addtoprivatecache=yes
        ;;
 -static)
-       # Solaris' linked uses -Bstatic to create static objects.
+       # Solaris' linker uses -Bstatic to create static objects.
        #
        arg=-Bstatic
-       addtoprivatecacheýes
+       addtoprivatecache=yes
 esac



Home | Main Index | Thread Index | Old Index