summaryrefslogtreecommitdiff
path: root/external/libxslt
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-07-17 17:27:05 +0200
committerDavid Tardon <dtardon@redhat.com>2014-07-20 10:15:25 +0200
commit7515b1a90fac9e31733c0fdcc1156adadf0e6f99 (patch)
tree442bc11d06390d5ba90c773def726164b31eaa0d /external/libxslt
parentcbc50c90ad63f0e59b8cf3bbfb6b5b1f61db09b9 (diff)
fdo#63756 build libxml2 with ICU support
Change-Id: I0523e49e640812be435ba4c97b1881ca253eb2ab
Diffstat (limited to 'external/libxslt')
-rw-r--r--external/libxslt/libxslt-vc10.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxslt/libxslt-vc10.patch b/external/libxslt/libxslt-vc10.patch
index b50f0abe2e80..c82ec8484fa8 100644
--- a/external/libxslt/libxslt-vc10.patch
+++ b/external/libxslt/libxslt-vc10.patch
@@ -4,7 +4,7 @@
CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /W3 $(CRUNTIME) /D "_REENTRANT"
CFLAGS = $(CFLAGS) /I$(BASEDIR) /I$(XSLT_SRCDIR) /I$(INCPREFIX)
CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
-+CFLAGS = $(CFLAGS) $(SOLARINC) -I$(WORKDIR)\UnpackedTarball\xml2\include
++CFLAGS = $(CFLAGS) $(SOLARINC) -I$(WORKDIR)\UnpackedTarball\xml2\include -I$(WORKDIR)/UnpackedTarball/icu/source/i18n -I$(WORKDIR)/UnpackedTarball/icu/source/common
# The linker and its options.
LD = link.exe