diff options
author | jmz <jmz@FreeBSD.org> | 1999-01-12 03:17:36 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-01-12 03:17:36 +0800 |
commit | 09a826546eb6240fa5f08ba6b987631017caf849 (patch) | |
tree | d2a90788868ce4e2e926830f129ab241fcce284e /x11 | |
parent | 88126e9e696b044cd0314a55879ec50d7e78165e (diff) | |
download | freebsd-ports-gnome-09a826546eb6240fa5f08ba6b987631017caf849.tar.gz freebsd-ports-gnome-09a826546eb6240fa5f08ba6b987631017caf849.tar.zst freebsd-ports-gnome-09a826546eb6240fa5f08ba6b987631017caf849.zip |
Patches are included in the 3.3.3.1 patch file.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86/files/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/XFree86/files/patch-aa b/x11/XFree86/files/patch-aa deleted file mode 100644 index 1ed33b0918e0..000000000000 --- a/x11/XFree86/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- imConv.c 1998/10/21 06:40:38 1.5.2.5 -+++ lib/X11/imConv.c 1998/12/06 05:40:33 1.5.2.6 -@@ -429,7 +429,7 @@ - #endif - {sUTF8, "utf8", "\033%B"}, - /* Non-standard */ -- {sCyrillic, "KOI8-R", "\033%/1\200\210koi8-r\002"}, -+ {sKoi8, "KOI8-R", "\033%/1\200\210koi8-r\002"}, - {sLatin9, "ISO8859-15", "\033%/1\200\213iso8859-15\002"},/* a.k.a. Latin-0 */ - }; - - |