pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/telepathy-qt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 30 07:46:20 UTC 2026

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

Log Message:
telepathy-qt5: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/chat/telepathy-qt5/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-qt5/Makefile
diff -u pkgsrc/chat/telepathy-qt5/Makefile:1.32 pkgsrc/chat/telepathy-qt5/Makefile:1.33
--- pkgsrc/chat/telepathy-qt5/Makefile:1.32     Wed Jan  7 08:46:03 2026
+++ pkgsrc/chat/telepathy-qt5/Makefile  Tue Jun 30 07:46:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2026/01/07 08:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2026/06/30 07:46:20 wiz Exp $
 
 DISTNAME=      telepathy-qt-0.9.8
 PKGNAME=       ${DISTNAME:S/qt/qt5/g}
@@ -15,6 +15,8 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 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