]> git.pld-linux.org Git - packages/python-zope.interface.git/blame - ZopeInterface-build.patch
- fix build
[packages/python-zope.interface.git] / ZopeInterface-build.patch
CommitLineData
dd899f18
AM
1diff -urN ZopeInterface-3.0.1.org/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c ZopeInterface-3.0.1/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c
2--- ZopeInterface-3.0.1.org/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c 2004-08-04 12:03:17.000000000 +0200
3+++ ZopeInterface-3.0.1/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c 2006-05-28 22:10:17.000000000 +0200
4@@ -70,7 +70,7 @@
5 return 0;
6 }
7
8-extern PyTypeObject SpecType; /* Forward */
9+static PyTypeObject SpecType; /* Forward */
10
11 static PyObject *
12 implementedByFallback(PyObject *cls)
This page took 0.066462 seconds and 4 git commands to generate.