summaryrefslogtreecommitdiff
path: root/shells/ast-ksh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'shells/ast-ksh/patches/patch-aa')
-rw-r--r--shells/ast-ksh/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/ast-ksh/patches/patch-aa b/shells/ast-ksh/patches/patch-aa
new file mode 100644
index 00000000000..527a6e2dc61
--- /dev/null
+++ b/shells/ast-ksh/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2003/08/12 23:28:59 kristerw Exp $
+--- src/lib/libast/comp/conf.sh.orig Wed Aug 13 00:08:55 2003
++++ src/lib/libast/comp/conf.sh Wed Aug 13 00:10:55 2003
+@@ -266,7 +266,7 @@
+ -e 's,[ ].*,,' \
+ -e '/^[S_]/!d' \
+ `cat $tmp.f` 2>/dev/null |
+-sort -u > $tmp.v
++sort -u | grep -v _O_SC_CLK_TCK > $tmp.v
+ case $debug in
+ -d2) exit ;;
+ esac