[Libreoffice-commits] .: oox/Library_oox.mk

René Engelhard rene at kemper.freedesktop.org
Tue Jan 31 12:27:37 PST 2012


 oox/Library_oox.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 95c826237d264457b77f3c6f782bc5665897c411
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Jan 31 21:26:50 2012 +0100

    add missed ifeq to check for IA64...

diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index a8244ac..089605d 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -40,9 +40,11 @@ $(eval $(call gb_Library_set_include,oox,\
     -I$(realpath $(SRCDIR)/oox/inc) \
 ))
 
+ifeq ($(CPUNAME),IA64)
 $(eval $(call gb_Library_add_cxxflags,oox,\
     -Os \
 ))
+endif
 
 $(eval $(call gb_Library_add_defs,oox,\
     -DOOX_DLLIMPLEMENTATION \


More information about the Libreoffice-commits mailing list