summaryrefslogtreecommitdiff
path: root/databases/py-tokyocabinet
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-03-05 08:26:17 +0000
committerdholland <dholland@pkgsrc.org>2012-03-05 08:26:17 +0000
commitd378abc0d5a7201d417b19bbd8daae2b6dcf67c8 (patch)
treeb83815ff5b054c1e2306921cf27abbd6aaee75df /databases/py-tokyocabinet
parent343553b29e89026ed1a0b6f713b455941f001eba (diff)
downloadpkgsrc-d378abc0d5a7201d417b19bbd8daae2b6dcf67c8.tar.gz
Doesn't build with python24. (it appears that Py_ssize_t isn't defined)
Diffstat (limited to 'databases/py-tokyocabinet')
-rw-r--r--databases/py-tokyocabinet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile
index e638e297d21..360f6c643d1 100644
--- a/databases/py-tokyocabinet/Makefile
+++ b/databases/py-tokyocabinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/03/01 21:13:08 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/05 08:26:17 dholland Exp $
#
VERSION= 0.5
@@ -14,6 +14,8 @@ LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_INCOMPATIBLE= 24
+
.include "../../databases/tokyocabinet/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"