diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
commit | d9cd52ca4f7d2f437462e137076da25e25647437 (patch) | |
tree | 6f510156548caacca7fb56a561c073c3aafcb9b7 /audio/aubio | |
parent | bb6aab2f58f81bc7205abbd391e485390b223225 (diff) | |
download | pkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'audio/aubio')
-rw-r--r-- | audio/aubio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index 4dd90c09ef0..7c375f6ee30 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/11/24 02:23:41 wiedi Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:22 wiz 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 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 |