Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gr-fcdproplus cmake logic only supports Python 2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50b20d232dc0
branches:  trunk
changeset: 431588:50b20d232dc0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:22:01 2020 +0000

description:
cmake logic only supports Python 2.7.

diffstat:

 ham/gr-fcdproplus/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 274ee0b713bf -r 50b20d232dc0 ham/gr-fcdproplus/Makefile
--- a/ham/gr-fcdproplus/Makefile        Thu May 14 19:21:34 2020 +0000
+++ b/ham/gr-fcdproplus/Makefile        Thu May 14 19:22:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/05/06 14:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/14 19:22:01 joerg Exp $
 
 DISTNAME=              gr-fcdproplus_3.7.11.orig
 PKGNAME=               ${DISTNAME:S/_/-/S/.orig//}
@@ -26,6 +26,9 @@
 
 CFLAGS+=               -I${PREFIX}/include/libusb-1.0
 
+# Old-style print use via cmake
+PYTHON_VERSIONS_ACCEPTED=      27
+
 .include       "../../devel/boost-headers/buildlink3.mk"
 .include       "../../devel/boost-libs/buildlink3.mk"
 .include       "../../devel/libusb1/buildlink3.mk"



Home | Main Index | Thread Index | Old Index