Date: Thu, 26 Dec 2024 17:49:34 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f717d7be69b2 - main - sysutils/bareos23-traymonitor: Try to fix build Message-ID: <202412261749.4BQHnYHK023029@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412261749.4BQHnYHK023029>