View | Details | Raw Unified | Return to bug 266850
Collapse All | Expand All

(-)b/sysutils/bareos-server/Makefile (+3 lines)
Lines 208-213 post-patch: Link Here
208
	@${REINPLACE_CMD}  '45d' ${WRKSRC}/core/src/CMakeLists.txt
208
	@${REINPLACE_CMD}  '45d' ${WRKSRC}/core/src/CMakeLists.txt
209
	@${REINPLACE_CMD}  '51d' ${WRKSRC}/core/src/plugins/CMakeLists.txt
209
	@${REINPLACE_CMD}  '51d' ${WRKSRC}/core/src/plugins/CMakeLists.txt
210
.endif
210
.endif
211
.if ${PKGNAMESUFFIX} == "-client"
212
	@${REINPLACE_CMD} -e 's|-Werror -Wall|-Wall|g' ${PATCH_WRKSRC}/core/CMakeLists.txt
213
.endif
211
214
212
post-extract:
215
post-extract:
213
.if defined(WITH_CLIENT_ONLY)
216
.if defined(WITH_CLIENT_ONLY)

Return to bug 266850