external/libeot/ExternalProject_libeot.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 61a66b612eaeeb38d5d9f9aa83326be6b08c1b6f
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Sep 30 10:41:11 2014 +0200

    external/libeot internally uses --std=c99, do not overrule that
    
    Change-Id: Ic265344935b9e2d41f0e054d29b01f352407a493

diff --git a/external/libeot/ExternalProject_libeot.mk 
b/external/libeot/ExternalProject_libeot.mk
index 97e2800..dc6a987 100644
--- a/external/libeot/ExternalProject_libeot.mk
+++ b/external/libeot/ExternalProject_libeot.mk
@@ -22,6 +22,7 @@ $(call gb_ExternalProject_get_state_target,libeot,build) :
                        --enable-static \
                        --disable-shared \
                        --disable-debug \
+                       CFLAGS='$(filter-out -std=gnu89,$(CFLAGS))' \
                && $(MAKE) $(if $(VERBOSE)$(verbose),V=1) \
        )
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to