e8045881e4
include/ and a locale file). But since the package's configure script is rather dumb about shared libraries and gettext catalogs, the best is to simply disable all of it. While I'm here, add a buildlink file since it will soon be used by a package in -wip.
19 lines
535 B
Makefile
19 lines
535 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2004/08/13 07:09:01 cube Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBELF_BUILDLINK3_MK:= ${LIBELF_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libelf
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibelf}
|
|
BUILDLINK_PACKAGES+= libelf
|
|
|
|
.if !empty(LIBELF_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libelf+= libelf>=0.8.5
|
|
BUILDLINK_PKGSRCDIR.libelf?= ../../devel/libelf
|
|
BUILDLINK_DEPMETHOD.libelf?= build
|
|
.endif # LIBELF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|