summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2019-12-21 16:43:59 +0000
committernros <nros@pkgsrc.org>2019-12-21 16:43:59 +0000
commite13fdb52eeafd268113670ed44a52d72fa3c2504 (patch)
tree5387f4808e9a5cda36deb3c50f18d55bc78561a8 /chat
parent61088a3300aa92d9fdad50c9d6e467f31b43a58f (diff)
downloadpkgsrc-e13fdb52eeafd268113670ed44a52d72fa3c2504.tar.gz
Turn off -Werror for telepathy-qt
Warnings are emitted in example code because some dependencies has depracated some things. This breaks the build because -Werror is used. So turn it off.
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-qt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/telepathy-qt/Makefile b/chat/telepathy-qt/Makefile
index 7aebd2c5bce..2c98ddc0d44 100644
--- a/chat/telepathy-qt/Makefile
+++ b/chat/telepathy-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/11/02 22:18:26 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/21 16:43:59 nros Exp $
DISTNAME= telepathy-qt-0.9.6.1
PKGREVISION= 3
@@ -14,6 +14,8 @@ USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+CMAKE_ARGS+=-DDISABLE_WERROR=ON
+
PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQt.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQtService.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/Farstream/TelepathyQtFarstream.pc.in