summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2014-01-04 18:09:45 +0100
committerFlorian Franzmann2014-01-04 18:09:45 +0100
commit3a6967a118338b9c253f3537913a0c0b4f35d944 (patch)
treef7675f3870e66aebbab1f8eb168ebc9aca1bfb7d /chat-libs
parent96aaee6c1cc38922348c4462a7ef0ef90c5a3501 (diff)
chat-libs/loudmouth: prevent build error due to use of deprecated symbols
Diffstat (limited to 'chat-libs')
-rwxr-xr-xchat-libs/loudmouth/BUILD1
-rw-r--r--chat-libs/loudmouth/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/chat-libs/loudmouth/BUILD b/chat-libs/loudmouth/BUILD
new file mode 100755
index 0000000000..22184bdde0
--- /dev/null
+++ b/chat-libs/loudmouth/BUILD
@@ -0,0 +1 @@
+CFLAGS+="-Wno-error=deprecated-declarations" default_build
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index e914abf9af..5b1c5069bb 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,3 +1,6 @@
+2014-01-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: disable compiler error
+
2013-02-03 Sukneet Basuta <sukneet@sourcemage.org>
* PRE_BUILD: added, run autoconf so it links to gobject correctly