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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 59-65 Link Here
59
.endif
59
.endif
60
60
61
# keep in sync with all platforms where libunwind is available
61
# keep in sync with all platforms where libunwind is available
62
.if (${ARCH} == amd64 || ${ARCH} == i386)
62
.if (${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == aarch64)
63
LIB_DEPENDS+=	libunwind.so:devel/libunwind
63
LIB_DEPENDS+=	libunwind.so:devel/libunwind
64
.endif
64
.endif
65
65

Return to bug 235995