diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-09-24 02:45:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 17:45:11 -0700 |
| commit | d60da45f548d5e55537d7e546ffd0d7274a89795 (patch) | |
| tree | 682f256322df63ade8d4af96a50fec5d40982751 /ports/icu/disable-static-prefix.patch | |
| parent | c00ce5ca23660d96fd860c6f58516c1cacc5b98c (diff) | |
| download | vcpkg-d60da45f548d5e55537d7e546ffd0d7274a89795.tar.gz vcpkg-d60da45f548d5e55537d7e546ffd0d7274a89795.zip | |
[icu] Fix mingw builds (#20253)
* Fix mingw dll installation
* Patch static lib naming
* Update icu homepage
* Fix mingw builds on windows triplet host
* Update versions
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/icu/disable-static-prefix.patch')
| -rw-r--r-- | ports/icu/disable-static-prefix.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ports/icu/disable-static-prefix.patch b/ports/icu/disable-static-prefix.patch new file mode 100644 index 000000000..4e63e3375 --- /dev/null +++ b/ports/icu/disable-static-prefix.patch @@ -0,0 +1,20 @@ +diff --git a/source/icudefs.mk.in b/source/icudefs.mk.in +index 24bd97a..33169de 100644 +--- a/source/icudefs.mk.in ++++ b/source/icudefs.mk.in +@@ -213,13 +213,13 @@ LIBICU = $(LIBPREFIX)$(ICUPREFIX) + + ## If we can't use the shared libraries, use the static libraries + ifneq ($(ENABLE_SHARED),YES) +-STATIC_PREFIX_WHEN_USED = s ++STATIC_PREFIX_WHEN_USED = + else + STATIC_PREFIX_WHEN_USED = + endif + + # Static library prefix and file extension +-STATIC_PREFIX = s ++STATIC_PREFIX = + LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX) + A = a + SOBJ = $(SO) |
