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

Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 82-87 Link Here
82
# keep in sync with all platforms where libunwind is available
82
# keep in sync with all platforms where libunwind is available
83
.if (${ARCH} == amd64 || ${ARCH} == i386)
83
.if (${ARCH} == amd64 || ${ARCH} == i386)
84
LIB_DEPENDS+=	libunwind.so:devel/libunwind
84
LIB_DEPENDS+=	libunwind.so:devel/libunwind
85
.else
86
CMAKE_ARGS+=	-DSTACK_TRACE:BOOL=OFF
85
.endif
87
.endif
86
88
87
CMAKE_ARGS+=	-DMANUAL_SUBMODULES:BOOL=ON
89
CMAKE_ARGS+=	-DMANUAL_SUBMODULES:BOOL=ON

Return to bug 242846