You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openbox/openbox-2.3.1-nls.patch

21 lines
642 B

--- openbox-2.3.1/Makefile.am.orig 2003-03-21 17:56:02.000000000 -0700
+++ openbox-2.3.1/Makefile.am 2003-07-06 08:52:25.000000000 -0600
@@ -1,5 +1,6 @@
# Makefile.am for Openbox
+AUTOMAKE_OPTIONS = foreign
SUBDIRS = data doc nls src util
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
--- openbox-2.3.1/nls/convert.awk.orig 2003-07-06 09:11:38.000000000 -0600
+++ openbox-2.3.1/nls/convert.awk 2003-07-06 09:12:39.000000000 -0600
@@ -4,6 +4,8 @@
if (major > 1)
printf "\n" > output
+ else
+ printf "$ codeset=utf-8\n" > output
printf "$set %d %s\n", major, $3 > output
if (header) {