From b8e486b157e6a4f68f6a725b9c47e5e894ca7138 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 18 Nov 2010 12:09:54 +0000 Subject: [PATCH] define missing PKGCONFIG_OVERRIDE. --- security/policykit/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security/policykit/Makefile b/security/policykit/Makefile index d9656fec7304..9c785c1af816 100644 --- a/security/policykit/Makefile +++ b/security/policykit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/02/08 09:41:59 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2010/11/18 12:09:54 obache Exp $ # POLICYKIT_VER= 0.9 @@ -44,6 +44,10 @@ PKG_USERS= ${POLICYKIT_USER}:${POLICYKIT_GROUP} PKG_GROUPS_VARS+= POLICYKIT_GROUP PKG_USERS_VARS+= POLICYKIT_USER +PKGCONFIG_OVERRIDE+= data/polkit-dbus.pc.in +PKGCONFIG_OVERRIDE+= data/polkit-grant.pc.in +PKGCONFIG_OVERRIDE+= data/polkit.pc.in + CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --with-polkit-user=${POLICYKIT_USER}