pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/spice-server spice-server: fix build with pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c27951540d8
branches:  trunk
changeset: 372633:9c27951540d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 27 19:04:12 2022 +0000

description:
spice-server: fix build with python 3.10

diffstat:

 sysutils/spice-server/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 42c5dca00471 -r 9c27951540d8 sysutils/spice-server/Makefile
--- a/sysutils/spice-server/Makefile    Thu Jan 27 18:48:47 2022 +0000
+++ b/sysutils/spice-server/Makefile    Thu Jan 27 19:04:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/12/08 16:02:40 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/27 19:04:12 wiz Exp $
 
 DISTNAME=      spice-0.14.3
 PKGNAME=       ${DISTNAME:S/spice/spice-server/}
@@ -20,7 +20,10 @@
 
 LDFLAGS.SunOS+=        -lnsl -lsocket
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 .include "../../audio/libopus/buildlink3.mk"
+.include "../../lang/python/tool.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../sysutils/spice-protocol/buildlink3.mk"



Home | Main Index | Thread Index | Old Index