pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/telepathy-qt Turn off -Werror for telepathy-qt
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2e406cd74be
branches: trunk
changeset: 345908:e2e406cd74be
user: nros <nros%pkgsrc.org@localhost>
date: Sat Dec 21 16:43:59 2019 +0000
description:
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:
chat/telepathy-qt/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4d193058027e -r e2e406cd74be chat/telepathy-qt/Makefile
--- a/chat/telepathy-qt/Makefile Sat Dec 21 14:41:42 2019 +0000
+++ b/chat/telepathy-qt/Makefile Sat Dec 21 16:43:59 2019 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index