13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: buildlink3.mk,v 1.10 2021/11/23 21:42:02 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libunwind
|
|
|
|
.if !defined(LIBUNWIND_BUILDLINK3_MK)
|
|
LIBUNWIND_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libunwind+= libunwind>=12.0.0
|
|
BUILDLINK_PKGSRCDIR.libunwind?= ../../lang/libunwind
|
|
|
|
.endif # LIBUNWIND_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libunwind
|