git: f11371c3a340 - main - sysutils/bareos-traymonitor: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 00:23:20 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f11371c3a34064b23d926cc097e10334fe9e62f2
commit f11371c3a34064b23d926cc097e10334fe9e62f2
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-01-07 00:22:34 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-01-07 00:22:34 +0000
sysutils/bareos-traymonitor: Fix build
Reported by: pkg-fallout
---
sysutils/bareos-server/Makefile.common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/bareos-server/Makefile.common b/sysutils/bareos-server/Makefile.common
index 4988a3fdd2e6..59adba5749c8 100644
--- a/sysutils/bareos-server/Makefile.common
+++ b/sysutils/bareos-server/Makefile.common
@@ -2,7 +2,7 @@ post-patch:
.if (${PKGNAMESUFFIX} == "-traymonitor-qt5") || (${PKGNAMESUFFIX} == "-traymonitor-qt6")
@${REINPLACE_CMD} -e 's|-Werror -Wall|-Wall|g' ${PATCH_WRKSRC}/core/CMakeLists.txt
@${REINPLACE_CMD} -e 's|\@bindir\@|${LOCALBASE}/bin|g' ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor.desktop.in
- @${REINPLACE_CMD} '208d' ${WRKSRC}/CMakeLists.txt
+ @${REINPLACE_CMD} '206d' ${WRKSRC}/CMakeLists.txt
.endif
post-extract: