2ee4b9b117
This is a quick-n-dirty BSD licensed clone of backtrace facility found in the GNU libc, mainly intended for porting linuxish code to BSD platforms, however it can be used at any platform which has a GCC compiler.
13 lines
396 B
Makefile
13 lines
396 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2013/03/14 22:27:15 asau Exp $
|
|
|
|
BUILDLINK_TREE+= libexecinfo
|
|
|
|
.if !defined(LIBEXECINFO_BUILDLINK3_MK)
|
|
LIBEXECINFO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libexecinfo+= libexecinfo>=1.1
|
|
BUILDLINK_ABI_DEPENDS.libexecinfo+= libexecinfo>=1.1
|
|
BUILDLINK_PKGSRCDIR.libexecinfo?= ../../devel/libexecinfo
|
|
.endif # LIBEXECINFO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libexecinfo
|