pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/suil
Module Name: pkgsrc
Committed By: maya
Date: Mon Sep 17 07:27:40 UTC 2018
Modified Files:
pkgsrc/audio/suil: Makefile
Log Message:
suil: we're using a builtin waf, it is an older one that doesn't support
newer python. restrict to 2.7.
reported by john d. baker in pkgsrc-users
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/suil/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/suil/Makefile
diff -u pkgsrc/audio/suil/Makefile:1.6 pkgsrc/audio/suil/Makefile:1.7
--- pkgsrc/audio/suil/Makefile:1.6 Mon Apr 16 14:33:45 2018
+++ pkgsrc/audio/suil/Makefile Mon Sep 17 07:27:40 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/04/16 14:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/09/17 07:27:40 maya Exp $
DISTNAME= suil-0.8.2
PKGREVISION= 5
@@ -21,6 +21,8 @@ USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= suil.pc.in
# Use older waf
+PYTHON_VERSIONS_ACCEPTED= 27
+
WAF_ENV+= CC=${CC:Q}
WAF_ENV+= CFLAGS=${CFLAGS:Q}
WAF_ENV+= CXX=${CXX:Q}
Home |
Main Index |
Thread Index |
Old Index