ba75e9ac7f
* Emoji 5.0 data * Includes bidi data files from Unicode 10 beta. * Includes segmentation data files and rules from Unicode 10 beta and CLDR 31.0.1. * Does not yet include the Emoji_Component property. * Otherwise ICU 59 continues to use Unicode 9 data. CLDR 31.0.1 * Including updates for emoji 5.0, for example local names for England, Scotland, and Wales. * GMT and UTC are no longer unified, and CLDR provides distinct UTC display names, avoiding confusion with standard (winter) time in Britain. * See the CLDR download page for other CLDR features and migration issues in CLDR v31. New case mapping API (C++ & Java classes CaseMap) supports styled text.
13 lines
369 B
PHP
13 lines
369 B
PHP
$NetBSD: patch-config_Makefile.inc.in,v 1.1 2017/04/22 20:11:45 adam Exp $
|
|
|
|
--- config/Makefile.inc.in.orig 2010-12-07 11:22:10.000000000 +0000
|
|
+++ config/Makefile.inc.in
|
|
@@ -44,7 +44,7 @@ PACKAGE = @PACKAGE@
|
|
LIBICU = lib$(ICUPREFIX)
|
|
|
|
# Static library prefix and file extension
|
|
-STATIC_PREFIX = s
|
|
+STATIC_PREFIX =
|
|
LIBSICU = lib$(STATIC_PREFIX)$(ICUPREFIX)
|
|
A = a
|
|
|