summaryrefslogtreecommitdiff
path: root/firebird
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-12 19:17:08 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-16 16:40:15 +0200
commitc7b074ace067559cf810ecde22a8bdf751151dbb (patch)
tree773026c26fd27eb5b077442a621c2aa194ae48e3 /firebird
parent2d2147742e9c79265e98d0e370981944fa49c7fb (diff)
Fix libicuin naming in firebird cygwin patch.
Change-Id: Ia58e2b3f55b2cbccb35cdcb6da04bd7d67ad4d5c
Diffstat (limited to 'firebird')
-rw-r--r--firebird/firebird-cygwin-msvc.patch.12
1 files changed, 1 insertions, 1 deletions
diff --git a/firebird/firebird-cygwin-msvc.patch.1 b/firebird/firebird-cygwin-msvc.patch.1
index f723dda0e9b5..91a0edea17a5 100644
--- a/firebird/firebird-cygwin-msvc.patch.1
+++ b/firebird/firebird-cygwin-msvc.patch.1
@@ -30,7 +30,7 @@ diff -u firebird/builds/posix/make.defaults firebird/builds/posix/make.defaults
LINK_LIBS = @LIBS@
+ifeq ($(PLATFORM),win32)
-+ICU_LIBS = -licuuc -licudt -licui
++ICU_LIBS = -licuuc -licudt -licuin
+else
ICU_LIBS = -licuuc -licudata -licui18n
+endif