From 3f5506344dda30ffbf48b2027eafdc4a6c2c17f0 Mon Sep 17 00:00:00 2001 From: Matt Keadle Date: Mon, 23 Jun 2003 06:26:52 +0000 Subject: looks like i left a patch out --- x11-wm/openbox/openbox-2.3.1-nls-codeset.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11-wm/openbox/openbox-2.3.1-nls-codeset.patch 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) { -- cgit v1.2.3-65-gdbad