55fcd2055c
There are (at least) four diffent (and conflicting) libraries for UUID creation. I've added patches to use the NetBSD native one which should be present on other BSDs too. Other OSes likely want to use the Linux/e2fs one (which is in pkgsrc-wip), this also would need some more extensive autoconf changes.
17 lines
472 B
Makefile
17 lines
472 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/02 11:35:26 drochner Exp $
|
|
|
|
BUILDLINK_TREE+= gupnp
|
|
|
|
.if !defined(GUPNP_BUILDLINK3_MK)
|
|
GUPNP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gupnp+= gupnp>=0.12.6
|
|
BUILDLINK_PKGSRCDIR.gupnp?= ../../net/gupnp
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/libsoup24/buildlink3.mk"
|
|
.include "../../net/gssdp/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # GUPNP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gupnp
|