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

(-)b/graphics/lensfun/Makefile (+1 lines)
Lines 44-49 CMAKE_ARGS+= -DBUILD_TESTS:BOOL=ON Link Here
44
.endif
44
.endif
45
45
46
post-patch:
46
post-patch:
47
	@${REINPLACE_CMD} -e '/OpenMP/d' ${WRKSRC}/tests/CMakeLists.txt
47
	@${REINPLACE_CMD} -e '/#include <cmath>/ { x; s/^/#include <clocale>/; G; }' \
48
	@${REINPLACE_CMD} -e '/#include <cmath>/ { x; s/^/#include <clocale>/; G; }' \
48
		${WRKSRC}/tests/test_modifier_coord_centering_old.cpp \
49
		${WRKSRC}/tests/test_modifier_coord_centering_old.cpp \
49
		${WRKSRC}/tests/test_modifier_coord_perspective_correction.cpp \
50
		${WRKSRC}/tests/test_modifier_coord_perspective_correction.cpp \

Return to bug 266801