summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/ksh/files/ksh-build-problems.diff')
-rw-r--r--app-shells/ksh/files/ksh-build-problems.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-shells/ksh/files/ksh-build-problems.diff b/app-shells/ksh/files/ksh-build-problems.diff
new file mode 100644
index 000000000000..bc1a2456b868
--- /dev/null
+++ b/app-shells/ksh/files/ksh-build-problems.diff
@@ -0,0 +1,11 @@
+--- 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