diff options
author | dholland <dholland> | 2012-03-05 08:26:17 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-03-05 08:26:17 +0000 |
commit | 926c97c9157cbe40e1c77e54e69f13c9f252753e (patch) | |
tree | b83815ff5b054c1e2306921cf27abbd6aaee75df /databases | |
parent | 00389a25e7bd560b2a69682740d8dc5e60224557 (diff) | |
download | pkgsrc-926c97c9157cbe40e1c77e54e69f13c9f252753e.tar.gz |
Doesn't build with python24. (it appears that Py_ssize_t isn't defined)
Diffstat (limited to 'databases')
-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" |