pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gupnp take care for the case USE_INTERNAL_UUID is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dcbe5679c9e
branches:  trunk
changeset: 609913:8dcbe5679c9e
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Oct 13 08:20:05 2012 +0000

description:
take care for the case USE_INTERNAL_UUID is not defined.
XXX: but what is it?

diffstat:

 net/gupnp/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fc19d78ce284 -r 8dcbe5679c9e net/gupnp/buildlink3.mk
--- a/net/gupnp/buildlink3.mk   Sat Oct 13 01:35:43 2012 +0000
+++ b/net/gupnp/buildlink3.mk   Sat Oct 13 08:20:05 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2012/10/08 08:06:31 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2012/10/13 08:20:05 obache Exp $
 
 BUILDLINK_TREE+=       gupnp
 
@@ -10,7 +10,7 @@
 BUILDLINK_PKGSRCDIR.gupnp?=    ../../net/gupnp
 
 .include "../../mk/bsd.fast.prefs.mk"
-.if (!empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin") && empty(USE_INTERNAL_UUID:M[Yy][Ee][Ss])
+.if (!empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin") && (!defined(USE_INTERNAL_UUID) || empty(USE_INTERNAL_UUID:M[Yy][Ee][Ss]))
 pre-configure:
        cp ${BUILDLINK_PKGSRCDIR.gupnp}/files/uuid.pc ${BUILDLINK_DIR}/lib/pkgconfig/
 .else



Home | Main Index | Thread Index | Old Index