24a5fbe0f8
the linker flag should be filtered out by a rule in builtin.mk, but apparently this doesn't always work. If in builtin.mk, it doesn't get defined unnecessarily.
12 lines
328 B
Makefile
12 lines
328 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2010/08/30 17:27:11 drochner Exp $
|
|
|
|
BUILDLINK_TREE+= librfuncs
|
|
|
|
.if !defined(LIBRFUNCS_BUILDLINK3_MK)
|
|
LIBRFUNCS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.librfuncs+= librfuncs>=1.0.4
|
|
BUILDLINK_PKGSRCDIR.librfuncs?= ../../devel/librfuncs
|
|
.endif # LIBRFUNCS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -librfuncs
|