1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

FreeBSD still supports the ru_SU locale, so there is no reason to exclude it

from X11.

PR:		ports/14955
This commit is contained in:
Jean-Marc Zucconi 2000-01-23 01:45:11 +00:00
parent 8df480a121
commit df4f2a96e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24962
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- nls/Imakefile.orig Sun Jan 23 02:22:04 2000
+++ nls/Imakefile Sun Jan 23 02:38:08 2000
@@ -8,7 +8,9 @@
#define PassCDebugFlags
SUBDIRS = XLC_LOCALE Compose
-
+#if defined(FreeBSDArchitecture)
+STD_CPP_DEFINES+= -DINCLUDE_ru_SU
+#endif
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

View File

@ -0,0 +1,13 @@
--- nls/Imakefile.orig Sun Jan 23 02:22:04 2000
+++ nls/Imakefile Sun Jan 23 02:38:08 2000
@@ -8,7 +8,9 @@
#define PassCDebugFlags
SUBDIRS = XLC_LOCALE Compose
-
+#if defined(FreeBSDArchitecture)
+STD_CPP_DEFINES+= -DINCLUDE_ru_SU
+#endif
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

13
x11/XFree86/files/patch-8 Normal file
View File

@ -0,0 +1,13 @@
--- nls/Imakefile.orig Sun Jan 23 02:22:04 2000
+++ nls/Imakefile Sun Jan 23 02:38:08 2000
@@ -8,7 +8,9 @@
#define PassCDebugFlags
SUBDIRS = XLC_LOCALE Compose
-
+#if defined(FreeBSDArchitecture)
+STD_CPP_DEFINES+= -DINCLUDE_ru_SU
+#endif
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))