summaryrefslogtreecommitdiff
path: root/audio/aubio/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /audio/aubio/Makefile
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'audio/aubio/Makefile')
-rw-r--r--audio/aubio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index 078d5ac97a9..5712b0e46b2 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/08/01 14:58:51 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:01 adam Exp $
DISTNAME= aubio-0.3.2
PKGREVISION= 2
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= aubio.pc.in
# Python related variables:
PY_PATCHPLIST= yes
REPLACE_PYTHON= python/aubiocut python/aubiopitch
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.2
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t