View | Details | Raw Unified | Return to bug 200028 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+7 lines)
Lines 22-25 Link Here
22
	@${REINPLACE_CMD} -e '/pkgconfig/s,$${LIBDIR},libdata,' \
22
	@${REINPLACE_CMD} -e '/pkgconfig/s,$${LIBDIR},libdata,' \
23
		${WRKSRC}/libs/lensfun/CMakeLists.txt
23
		${WRKSRC}/libs/lensfun/CMakeLists.txt
24
24
25
.if empty(MACHINE_CPU:Msse)
26
CMAKE_ARGS+=	-DBUILD_FOR_SSE:BOOL=OFF
27
.endif
28
.if empty(MACHINE_CPU:Msse2)
29
CMAKE_ARGS+=	-DBUILD_FOR_SSE2:BOOL=OFF
30
.endif
31
25
.include <bsd.port.mk>
32
.include <bsd.port.mk>

Return to bug 200028