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:
parent
8df480a121
commit
df4f2a96e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24962
13
x11/XFree86-4-libraries/files/patch-8
Normal file
13
x11/XFree86-4-libraries/files/patch-8
Normal 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-4/files/patch-8
Normal file
13
x11/XFree86-4/files/patch-8
Normal 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
13
x11/XFree86/files/patch-8
Normal 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))
|
||||
|
Loading…
Reference in New Issue
Block a user