mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
df4f2a96e4
from X11. PR: ports/14955
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
--- 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))
|
|
|