[Libreoffice-commits] .: Branch 'feature/gbuild_shell' - shell/StaticLibrary_xmlparser.mk

David Tardon dtardon at kemper.freedesktop.org
Tue May 1 08:07:19 PDT 2012


 shell/StaticLibrary_xmlparser.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7d8669a1ec8880d1f517c80670068f5aa329b7d8
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 1 17:06:53 2012 +0200

    fix linux case with system expat
    
    Change-Id: I3ab19b1f313b3e4f09c358b99e32bd40f34de426

diff --git a/shell/StaticLibrary_xmlparser.mk b/shell/StaticLibrary_xmlparser.mk
index f99ab71..13638bf 100644
--- a/shell/StaticLibrary_xmlparser.mk
+++ b/shell/StaticLibrary_xmlparser.mk
@@ -32,9 +32,11 @@ $(eval $(call gb_StaticLibrary_set_include,shell_xmlparser,\
 	$$(INCLUDE) \
 ))
 
+ifeq ($(GUI),WNT)
 $(eval $(call gb_StaticLibrary_add_defs,shell_xmlparser,\
 	-DXML_UNICODE \
 ))
+endif
 
 $(eval $(call gb_StaticLibrary_use_externals,shell_xmlparser,\
 	expat_utf16 \


More information about the Libreoffice-commits mailing list