pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gr-fcdproplus



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:22:01 UTC 2020

Modified Files:
        pkgsrc/ham/gr-fcdproplus: Makefile

Log Message:
cmake logic only supports Python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/ham/gr-fcdproplus/Makefile

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

Modified files:

Index: pkgsrc/ham/gr-fcdproplus/Makefile
diff -u pkgsrc/ham/gr-fcdproplus/Makefile:1.17 pkgsrc/ham/gr-fcdproplus/Makefile:1.18
--- pkgsrc/ham/gr-fcdproplus/Makefile:1.17      Wed May  6 14:04:43 2020
+++ pkgsrc/ham/gr-fcdproplus/Makefile   Thu May 14 19:22:01 2020
@@ -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 @@ PLIST_SUBST+=         PYSITELIB=${PYSITELIB}
 
 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