Kaydet (Commit) fa0aa560 authored tarafından Michael Stahl's avatar Michael Stahl

libwpd: Apple gcc gives spurious warnings in <list>, disable werror

Change-Id: I396b3613762290d673ce3a40bf76b47683b2dd45
üst d953cc27
......@@ -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 $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment