diff options
-rw-r--r-- | sysutils/bareos-server/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/bareos-server/Makefile.common b/sysutils/bareos-server/Makefile.common index 9386c35cd09e..efd76eea1dfe 100644 --- a/sysutils/bareos-server/Makefile.common +++ b/sysutils/bareos-server/Makefile.common @@ -1,5 +1,8 @@ post-patch: @${REINPLACE_CMD} '76,79d' ${WRKSRC}/CMakeLists.txt +.if ${PKGNAMESUFFIX} == "-traymonitor" + @${REINPLACE_CMD} -e 's|-Werror -Wall|-Wall|g' ${PATCH_WRKSRC}/core/CMakeLists.txt +.endif post-build: .if ${PKGNAMEPREFIX} == "nagios-check_" |