diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:02:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:02:36 +0000 |
commit | a38219861723215d3c7d044cc973c09fd60c0646 (patch) | |
tree | 5591751f79396196499fbf2ae1ebbbdb4567d10f /devel/icu/files/patch-common_unicode_uvernum.h | |
parent | sysutils/monit: Update to 5.24.0 (diff) |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=450556
Diffstat (limited to 'devel/icu/files/patch-common_unicode_uvernum.h')
-rw-r--r-- | devel/icu/files/patch-common_unicode_uvernum.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/icu/files/patch-common_unicode_uvernum.h b/devel/icu/files/patch-common_unicode_uvernum.h new file mode 100644 index 000000000000..21af34231d25 --- /dev/null +++ b/devel/icu/files/patch-common_unicode_uvernum.h @@ -0,0 +1,8 @@ +--- common/unicode/uvernum.h.orig 2017-03-21 01:03:49 UTC ++++ common/unicode/uvernum.h +@@ -125,4 +125,4 @@ + * This value will change in the subsequent releases of ICU + * @stable ICU 2.6 + */ +-#if U_PLATFORM_HAS_WINUWP_API == 0 ++#ifndef U_PLATFORM_HAS_WINUWP_API |