summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2012-03-24 06:54:37 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2012-03-24 06:54:37 +0000
commitf1c8e32dc24e208836e7c6ddc37997a237545c7a (patch)
treea59b1c277c498d8fc441f48a3aa0eeafc5daf44d /Makefile.config
parentc396459ca41f2f4f5a2be059b6db35b4e10eca7f (diff)
downloadlibdom-f1c8e32dc24e208836e7c6ddc37997a237545c7a.tar.gz
libdom-f1c8e32dc24e208836e7c6ddc37997a237545c7a.tar.bz2
Disable -Werror for BeOS in libdom. Disable the libxml binding on BeOS for the time being.
svn path=/trunk/libdom/; revision=13575
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config8
1 files changed, 8 insertions, 0 deletions
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