diff options
Diffstat (limited to 'devel/icu/files/patch-common_unicode_uconfig.h')
-rw-r--r-- | devel/icu/files/patch-common_unicode_uconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/icu/files/patch-common_unicode_uconfig.h b/devel/icu/files/patch-common_unicode_uconfig.h new file mode 100644 index 000000000000..523ae7cf27a9 --- /dev/null +++ b/devel/icu/files/patch-common_unicode_uconfig.h @@ -0,0 +1,11 @@ +--- common/unicode/uconfig.h.orig 2016-03-23 20:49:54 UTC ++++ common/unicode/uconfig.h +@@ -87,7 +87,7 @@ + * @internal + */ + #ifndef U_DISABLE_RENAMING +-#define U_DISABLE_RENAMING 0 ++#define U_DISABLE_RENAMING 1 + #endif + + /** |