external/libxml2/libxml2-icu.patch.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 22274468ef27ae8651f8ea8805611bf39758b9d5 Author: Tor Lillqvist <t...@collabora.com> Date: Mon Jul 21 17:07:56 2014 +0300 Test $(DEBUG) for being non-empty instead of "1" (which it is not) Change-Id: I22e7a142bb874653344a7ffcc55e8a062669fa2a diff --git a/external/libxml2/libxml2-icu.patch.0 b/external/libxml2/libxml2-icu.patch.0 index f33e261..a0ab104 100644 --- a/external/libxml2/libxml2-icu.patch.0 +++ b/external/libxml2/libxml2-icu.patch.0 @@ -22,7 +22,7 @@ diff -up win32/Makefile.msvc.dt win32/Makefile.msvc !endif !if "$(WITH_ICU)" == "1" -LIBS = $(LIBS) icu.lib -+!if "$(DEBUG)" == "1" ++!if "$(DEBUG)" != "" +LIBS = $(LIBS) icuind.lib icuucd.lib icudtd.lib +!else +LIBS = $(LIBS) icuin.lib icuuc.lib icudt.lib _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits