Fix uuid.pc breakage on BSDs. I'm not sure this is really correct.
This commit is contained in:
parent
bd5410d80e
commit
ae622874ab
1 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.7 2011/11/29 15:42:01 hans Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.8 2011/11/30 17:10:36 hans Exp $
|
||||
|
||||
BUILDLINK_TREE+= gupnp
|
||||
|
||||
|
@ -10,10 +10,7 @@ BUILDLINK_ABI_DEPENDS.gupnp?= gupnp>=0.13.3nb3
|
|||
BUILDLINK_PKGSRCDIR.gupnp?= ../../net/gupnp
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
|
||||
pre-configure:
|
||||
cp ${FILESDIR}/uuid.pc ${BUILDLINK_DIR}/lib/pkgconfig/
|
||||
.else
|
||||
.if empty(OPSYS:M*BSD) && ${OPSYS} != "DragonFly"
|
||||
.include "../../devel/libuuid/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue