diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-05 08:26:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-05 08:26:17 +0000 |
commit | d378abc0d5a7201d417b19bbd8daae2b6dcf67c8 (patch) | |
tree | b83815ff5b054c1e2306921cf27abbd6aaee75df | |
parent | 343553b29e89026ed1a0b6f713b455941f001eba (diff) | |
download | pkgsrc-d378abc0d5a7201d417b19bbd8daae2b6dcf67c8.tar.gz |
Doesn't build with python24. (it appears that Py_ssize_t isn't defined)
-rw-r--r-- | databases/py-tokyocabinet/Makefile | 4 |
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" |