libwpd/StaticLibrary_wpd.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fa0aa5603b756e0612fab19d979741e2c22c03a5
Author: Michael Stahl <[email protected]>
Date:   Mon Sep 24 21:42:35 2012 +0200

    libwpd: Apple gcc gives spurious warnings in <list>, disable werror
    
    Change-Id: I396b3613762290d673ce3a40bf76b47683b2dd45

diff --git a/libwpd/StaticLibrary_wpd.mk b/libwpd/StaticLibrary_wpd.mk
index b8784d5..adecdd3 100644
--- a/libwpd/StaticLibrary_wpd.mk
+++ b/libwpd/StaticLibrary_wpd.mk
@@ -33,6 +33,7 @@ $(call gb_ExternalProject_get_state_target,libwpd,build) :
                --without-stream \
                --without-docs \
                --disable-debug \
+               $(if $(filter MACOSX,$(OS)),--disable-werror) \
                $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) 
--host=$(HOST_PLATFORM)) \
        && $(GNUMAKE) \
        && touch $@
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to