summaryrefslogtreecommitdiff
path: root/nls/Imakefile
diff options
context:
space:
mode:
authordawes <dawes>2000-12-02 01:16:01 +0000
committerdawes <dawes>2000-12-02 01:16:01 +0000
commit8562b64b11c2b8c71f0cba92104a5e4c9e3315f1 (patch)
treeb22d7ef6d76c795f890bd6dd0afd4ca242106e4e /nls/Imakefile
parentef1d99acee838b83f59448032c08c4c21d0c70c8 (diff)
1064. Fix for bug in new imConv.c (#4318, Ivan Pascal).
1063. Fix for FreeBSD sysmouse support (#4317, from FreeBSD ports collection). 1062. Enable the ru_SU local entries for FreeBSD (based on patch from FreeBSD ports collection). 1061. Driver for the S3 Savage family of chips (#4315, 4316, Tim Roberts). 1060. Add xkb definitions for the Logitech cordless keyboard (#4314, Michel Goraczko). 1059. Add support for "unicode keysym" to XKeysymToString() and XStringToKeysym() (#4313, Ivan Pascal). 1058. SiS driver updates, including: - Performance tuning for sis630 - Support XV extension for sis630 - Support Chrontel TV for sis630 (#4312, Can-Ru Yeou). missing tdfx_video.c file
Diffstat (limited to 'nls/Imakefile')
-rw-r--r--nls/Imakefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/nls/Imakefile b/nls/Imakefile
index f673d8c77..f5ef249cc 100644
--- a/nls/Imakefile
+++ b/nls/Imakefile
@@ -3,12 +3,15 @@ XCOMM $XConsortium: Imakefile /main/5 1996/11/13 14:45:33 lehors $
-XCOMM $XFree86: xc/nls/Imakefile,v 1.3 1997/01/28 11:19:14 dawes Exp $
+XCOMM $XFree86: xc/nls/Imakefile,v 1.4 1999/08/22 13:04:24 dawes Exp $
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS = XLC_LOCALE Compose
- DEFINES = -DR63_COMPAT
+#if defined(FreeBSDArchitecture)
+ RU_SU_DEFINES = -DINCLUDE_ru_SU
+#endif
+ DEFINES = -DR63_COMPAT $(RU_SU_DEFINES)
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))