diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-05-19 19:18:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-05-19 19:18:37 +0800 |
commit | cd92031e6d6720156c85d9a65fdc605dad9a9840 (patch) | |
tree | d873dac0b6684721a15fab72848ebc3f4fdf903e /japanese | |
parent | a2459ce8c30ed1e265aacd5373d182e599dce72e (diff) | |
download | freebsd-ports-gnome-cd92031e6d6720156c85d9a65fdc605dad9a9840.tar.gz freebsd-ports-gnome-cd92031e6d6720156c85d9a65fdc605dad9a9840.tar.zst freebsd-ports-gnome-cd92031e6d6720156c85d9a65fdc605dad9a9840.zip |
Fix diff to account for the latest 0.8.6 upgrade (context changed).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eterm/files/extra-patch-src:command.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/eterm/files/extra-patch-src:command.c b/japanese/eterm/files/extra-patch-src:command.c index ec44f74e3be3..cae9a31fa935 100644 --- a/japanese/eterm/files/extra-patch-src:command.c +++ b/japanese/eterm/files/extra-patch-src:command.c @@ -1,12 +1,12 @@ ---- src/command.c.orig Fri Oct 25 12:57:17 2002 -+++ src/command.c Sat Apr 5 09:16:50 2003 -@@ -1755,10 +1755,6 @@ - setlocale(LC_ALL, ""); - fontset = XCreateFontSet(Xdisplay, fontname, &ml, &mc, &ds); +--- src/command.c.orig 2011-03-16 07:05:03.000000000 +0100 ++++ src/command.c 2011-05-19 11:15:36.000000000 +0200 +@@ -1883,10 +1883,6 @@ + D_FONT(("Created fontset from %s, %d missing charsets (\"%s\").\n", fontname, mc, + ((mc > 0) ? (ml[0]) : ("N/A")))); FREE(fontname); - if (mc) { - XFreeStringList(ml); -- fontset = 0; +- /*fontset = 0;*/ - } } return fontset; |