aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/patch-startkde
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-04-20 09:08:07 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-04-20 09:08:07 +0000
commit6c593b2c29c4078d94a263262e820f4d445c1593 (patch)
tree2af72f3c91502583cc65925370924707eacb72a1 /x11/kdebase4-workspace/files/patch-startkde
parentec3affc624e956cd7c39259d27d22d2bee8ae222 (diff)
downloadports-6c593b2c29c4078d94a263262e820f4d445c1593.tar.gz
ports-6c593b2c29c4078d94a263262e820f4d445c1593.zip
Notes
Diffstat (limited to 'x11/kdebase4-workspace/files/patch-startkde')
-rw-r--r--x11/kdebase4-workspace/files/patch-startkde12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/kdebase4-workspace/files/patch-startkde b/x11/kdebase4-workspace/files/patch-startkde
new file mode 100644
index 000000000000..07c59a384354
--- /dev/null
+++ b/x11/kdebase4-workspace/files/patch-startkde
@@ -0,0 +1,12 @@
+--- patch-startkde begins here ---
+--- startkde.orig Sun Oct 26 11:45:35 2003
++++ startkde Thu Apr 8 12:20:47 2004
+@@ -59,7 +59,7 @@
+ do_usr_odir=1
+ if test -r "$kde_fontpaths" ; then
+ savifs=$IFS
+- IFS=$'\n'
++ IFS=${IFS#??}
+ for fpath in `grep -v '^[ ]*#' < "$kde_fontpaths"` ; do
+ rfpath=`echo $fpath | sed s:\~:$HOME:g`
+ if test -s "$rfpath"/fonts.dir; then