git: f717d7be69b2 - main - sysutils/bareos23-traymonitor: Try to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Dec 2024 17:49:34 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f717d7be69b23a56a9b812138dc3ddbf8f1186be
commit f717d7be69b23a56a9b812138dc3ddbf8f1186be
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-12-26 17:49:04 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-12-26 17:49:04 +0000
sysutils/bareos23-traymonitor: Try to fix build
Reported by: pkg-fallout
---
sysutils/bareos23-traymonitor/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/bareos23-traymonitor/Makefile b/sysutils/bareos23-traymonitor/Makefile
index 4a23f31bb126..05e6ac730f44 100644
--- a/sysutils/bareos23-traymonitor/Makefile
+++ b/sysutils/bareos23-traymonitor/Makefile
@@ -13,6 +13,8 @@ USES= desktop-file-utils gettext-runtime pkgconfig
FLAVORS= qt5 qt6
FLAVOR?= ${FLAVORS:[1]}
+CFLAGS+= -Wno-unused-parameter
+
qt5_CONFLICTS= bareos-traymonitor-qt6
qt6_CONFLICTS= bareos-traymonitor-qt5