From ba088d0e52eb4db923bfd85c0328e4a37811ce43 Mon Sep 17 00:00:00 2001 From: François Revel Date: Sat, 24 Mar 2012 06:54:37 +0000 Subject: Disable -Werror for BeOS in libdom. Disable the libxml binding on BeOS for the time being. svn path=/trunk/libdom/; revision=13575 --- Makefile.config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 69cf158..4e0ab22 100644 --- a/Makefile.config +++ b/Makefile.config @@ -8,5 +8,13 @@ WITH_LIBXML_BINDING := yes # yes | no WITH_HUBBUB_BINDING := yes +# ---------------------------------------------------------------------------- +# BeOS-specific options +# ---------------------------------------------------------------------------- +ifeq ($(TARGET),beos) + # temporary + WITH_LIBXML_BINDING := no +endif + -include Makefile.config.override -- cgit v1.2.3