pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/spice-protocol spice-protocol: fix PKGCONFIG_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ff23387526f
branches:  trunk
changeset: 450155:0ff23387526f
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Apr 12 11:18:21 2021 +0000

description:
spice-protocol: fix PKGCONFIG_OVERRIDE, set PYTHON_FOR_BUILD_ONLY

bump PKGREVISION

diffstat:

 sysutils/spice-protocol/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 0bdce8172f4b -r 0ff23387526f sysutils/spice-protocol/Makefile
--- a/sysutils/spice-protocol/Makefile  Mon Apr 12 11:16:24 2021 +0000
+++ b/sysutils/spice-protocol/Makefile  Mon Apr 12 11:18:21 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/11/01 19:35:42 maya Exp $
+# $NetBSD: Makefile,v 1.15 2021/04/12 11:18:21 nia Exp $
 
 DISTNAME=      spice-protocol-0.14.3
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://spice-space.org/download/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -13,7 +14,10 @@
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= # none
 
-PKGCONFIG_OVERRIDE+=   spice-protocol.pc.in
+PKGCONFIG_OVERRIDE_STAGE=      pre-install
+PKGCONFIG_OVERRIDE+=           output/meson-private/spice-protocol.pc
+
+PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index