diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-04-08 15:10:51 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-04-08 15:10:51 +0000 |
commit | 11df268310aaf87dbd1ff7e1085af81a8c12d458 (patch) | |
tree | c3c351622f41ba918d8e210c3a0e039a43230a5d | |
parent | upgrade to 0.21.3 (diff) |
Fix build error.
Submitted by: Yosifumi Nakagawa <yosifumi@fides.dti.ne.jp>,
hosokawa,
Philip Paeps <philip@paeps.cx>
Notes
Notes:
svn path=/head/; revision=78605
-rw-r--r-- | japanese/eterm/Makefile | 2 | ||||
-rw-r--r-- | japanese/eterm/files/extra-patch-src:command.c | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/japanese/eterm/Makefile b/japanese/eterm/Makefile index f4fea567acca..dbdda1066542 100644 --- a/japanese/eterm/Makefile +++ b/japanese/eterm/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --enable-trans --enable-utmp \ PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist -THEMES= Eterm auto chooser trans +THEMES= Escreen Eterm auto trans post-configure: for theme in ${THEMES} ; do \ diff --git a/japanese/eterm/files/extra-patch-src:command.c b/japanese/eterm/files/extra-patch-src:command.c index 3168bb182bd2..ec44f74e3be3 100644 --- a/japanese/eterm/files/extra-patch-src:command.c +++ b/japanese/eterm/files/extra-patch-src:command.c @@ -1,13 +1,13 @@ ---- src/command.c.orig Sat Sep 15 16:57:02 2001 -+++ src/command.c Sat Sep 15 16:57:24 2001 -@@ -1737,10 +1737,6 @@ - setlocale(LC_ALL, ""); - fontset = XCreateFontSet(Xdisplay, fontname, &ml, &mc, &ds); - FREE(fontname); -- if (mc) { -- XFreeStringList(ml); -- fontset = 0; -- } - } - return fontset; +--- 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); + FREE(fontname); +- if (mc) { +- XFreeStringList(ml); +- fontset = 0; +- } + } + return fontset; } |