summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-13 23:56:43 +0000
committerKarl Berry <karl@freefriends.org>2017-03-13 23:56:43 +0000
commitcc3e5cdc35b4df9130561775387bd2f56f458bba (patch)
treeb4180e75faecd437fa1c1cd6e77cb67e29554702 /Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX
parentc1d91990fc364cd59b82fa33adab656e4374448e (diff)
icu 58.2, changes for TL
git-svn-id: svn://tug.org/texlive/trunk@43492 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX')
-rw-r--r--Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX12
1 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX b/Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX
index e35ca62da0d..93123626b6e 100644
--- a/Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX
+++ b/Build/source/libs/icu/TLpatches/patch-13-STATIC_PREFIX
@@ -1,8 +1,10 @@
No `s' for STATIC_PREFIX.
---- source/config/Makefile.inc.in (revision 40154)
+Index: source/config/Makefile.inc.in
+===================================================================
+--- source/config/Makefile.inc.in (revision 43491)
+++ source/config/Makefile.inc.in (working copy)
-@@ -44,7 +44,7 @@
+@@ -46,7 +46,7 @@
LIBICU = lib$(ICUPREFIX)
# Static library prefix and file extension
@@ -11,9 +13,11 @@
LIBSICU = lib$(STATIC_PREFIX)$(ICUPREFIX)
A = a
---- source/icudefs.mk.in (revision 40154)
+Index: source/icudefs.mk.in
+===================================================================
+--- source/icudefs.mk.in (revision 43491)
+++ source/icudefs.mk.in (working copy)
-@@ -207,13 +207,13 @@
+@@ -209,13 +209,13 @@
## If we can't use the shared libraries, use the static libraries
ifneq ($(ENABLE_SHARED),YES)