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

Collapse All | Expand All

(-)b/biology/spoa/Makefile (+1 lines)
Lines 26-31 GH_ACCOUNT= rvaser Link Here
26
CMAKE_ON=	BUILD_SHARED_LIBS spoa_optimize_for_portability spoa_build_executable spoa_use_simde spoa_use_simde_nonvec spoa_use_simde_openmp
26
CMAKE_ON=	BUILD_SHARED_LIBS spoa_optimize_for_portability spoa_build_executable spoa_use_simde spoa_use_simde_nonvec spoa_use_simde_openmp
27
CMAKE_OFF=	spoa_optimize_for_native
27
CMAKE_OFF=	spoa_optimize_for_native
28
28
29
CXXFLAGS+=	-I${LOCALBASE}/include/cpu_features
29
LDFLAGS+=	-lz -lcpu_features
30
LDFLAGS+=	-lz -lcpu_features
30
31
31
.include <bsd.port.options.mk>
32
.include <bsd.port.options.mk>

Return to bug 261252