summaryrefslogtreecommitdiff
path: root/x11/windowmaker
diff options
context:
space:
mode:
authorjlam <jlam>1999-06-21 05:13:57 +0000
committerjlam <jlam>1999-06-21 05:13:57 +0000
commitca49241575cdc835f8b01cab39740f96f3b1a9b2 (patch)
tree9d0e7bf44ea3f4cad5ba6086850ff9e1bffeed3e /x11/windowmaker
parent4d1c5e7e4b97bc9f803ab0d9240721f7e4b1dd44 (diff)
downloadpkgsrc-ca49241575cdc835f8b01cab39740f96f3b1a9b2.tar.gz
Update support for kanji and other multibyte character text in Window Maker.
Diffstat (limited to 'x11/windowmaker')
-rw-r--r--x11/windowmaker/Makefile14
-rw-r--r--x11/windowmaker/pkg/MESSAGE8
2 files changed, 9 insertions, 13 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index c2881144d3a..d30df54c06b 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 1999/06/21 04:46:52 jlam Exp $
+# $NetBSD: Makefile,v 1.31 1999/06/21 05:13:57 jlam Exp $
DISTNAME= WindowMaker-0.60.0
PKGNAME= windowmaker-0.60.0
@@ -52,18 +52,6 @@ CONFIGURE_ARGS+= --enable-${OPTION}
BUILD_DEPENDS+= gettext-0.10.35:../../devel/gettext
CONFIGURE_ARGS+= --enable-modelock
CONFIGURE_ENV+= LINGUAS="${LINGUAS}"
-
-# Enable multi-byte character support for languages that need it.
-# Currently, those are: ja, ko
-#
-.for lang in ja ko
-.if (${LINGUAS:M${lang}} != "")
-ENABLE_WM_KANJI= yes
-.endif
-.endfor
-.if defined(ENABLE_WM_KANJI)
-CONFIGURE_ARGS+= --enable-kanji
-.endif # ENABLE_WM_KANJI
.endif # LINGUAS
post-extract:
diff --git a/x11/windowmaker/pkg/MESSAGE b/x11/windowmaker/pkg/MESSAGE
new file mode 100644
index 00000000000..a8b5855bd2b
--- /dev/null
+++ b/x11/windowmaker/pkg/MESSAGE
@@ -0,0 +1,8 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1 1999/06/21 05:13:57 jlam Exp $
+
+If you'd like to display multibyte characters, e.g. kanji, set the
+MutliByteText option to YES in ~/GNUstep/Defaults/WindowMaker and in
+~/GNUstep/Defaults/WMGLOBAL.
+
+==========================================================================