diff options
-rw-r--r-- | x11-wm/openbox/openbox-2.3.1-nls-codeset.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/openbox/openbox-2.3.1-nls-codeset.patch b/x11-wm/openbox/openbox-2.3.1-nls-codeset.patch new file mode 100644 index 000000000000..fc5e1bdcf163 --- /dev/null +++ b/x11-wm/openbox/openbox-2.3.1-nls-codeset.patch @@ -0,0 +1,12 @@ +--- openbox-20030505/nls/convert.awk.orig Thu Apr 11 03:20:38 2002 ++++ openbox-20030505/nls/convert.awk Mon Jun 9 13:31:48 2003 +@@ -4,6 +4,9 @@ + + if (major > 1) + printf "\n" > output ++ else ++ printf "$ codeset=utf-8\n" > output ++ + printf "$set %d %s\n", major, $3 > output + + if (header) { |