pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/spice-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 27 19:04:12 UTC 2022

Modified Files:
        pkgsrc/sysutils/spice-server: Makefile

Log Message:
spice-server: fix build with python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/spice-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/spice-server/Makefile
diff -u pkgsrc/sysutils/spice-server/Makefile:1.6 pkgsrc/sysutils/spice-server/Makefile:1.7
--- pkgsrc/sysutils/spice-server/Makefile:1.6   Wed Dec  8 16:02:40 2021
+++ pkgsrc/sysutils/spice-server/Makefile       Thu Jan 27 19:04:12 2022
@@ -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 @@ PKGCONFIG_OVERRIDE+= spice-server.pc.in
 
 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