summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-03 20:53:47 +0000
committergrant <grant@pkgsrc.org>2004-07-03 20:53:47 +0000
commit456c546037acc186b2cc0d2d83dd97090fe117f1 (patch)
tree5211eefc5da7c45b943463fed3acd40bea3d861c /mk/buildlink3
parent61d3b15bc953552f4732bc9fd8116c3ee7f45b56 (diff)
downloadpkgsrc-456c546037acc186b2cc0d2d83dd97090fe117f1.tar.gz
fix typo and slight botch up in last
Diffstat (limited to 'mk/buildlink3')
-rw-r--r--mk/buildlink3/sunpro-cc-post-logic6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/buildlink3/sunpro-cc-post-logic b/mk/buildlink3/sunpro-cc-post-logic
index 9f0562cb6c0..3d6947f10eb 100644
--- a/mk/buildlink3/sunpro-cc-post-logic
+++ b/mk/buildlink3/sunpro-cc-post-logic
@@ -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 @@ case $arg in
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