pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/telepathy-qt



Module Name:    pkgsrc
Committed By:   nros
Date:           Sat Dec 21 16:43:59 UTC 2019

Modified Files:
        pkgsrc/chat/telepathy-qt: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/telepathy-qt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/telepathy-qt/Makefile
diff -u pkgsrc/chat/telepathy-qt/Makefile:1.14 pkgsrc/chat/telepathy-qt/Makefile:1.15
--- pkgsrc/chat/telepathy-qt/Makefile:1.14      Sat Nov  2 22:18:26 2019
+++ pkgsrc/chat/telepathy-qt/Makefile   Sat Dec 21 16:43:59 2019
@@ -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



Home | Main Index | Thread Index | Old Index