diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-05-14 17:34:24 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-05-14 17:34:24 +0000 |
commit | 6d7c03f4c04d90db6b0e45669d2d517a916a1221 (patch) | |
tree | f2c848bd512a7bb29a3d3c230966d2e5d8bc9265 /net-zope/zopeinterface/files | |
parent | Removed stray digests. (diff) | |
download | gentoo-2-6d7c03f4c04d90db6b0e45669d2d517a916a1221.tar.gz gentoo-2-6d7c03f4c04d90db6b0e45669d2d517a916a1221.tar.bz2 gentoo-2-6d7c03f4c04d90db6b0e45669d2d517a916a1221.zip |
gcc4 compile fix; bug #91924
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-zope/zopeinterface/files')
-rw-r--r-- | net-zope/zopeinterface/files/zopeinterface-3.0.1-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-zope/zopeinterface/files/zopeinterface-3.0.1-gcc4.patch b/net-zope/zopeinterface/files/zopeinterface-3.0.1-gcc4.patch new file mode 100644 index 000000000000..81e6f85daf45 --- /dev/null +++ b/net-zope/zopeinterface/files/zopeinterface-3.0.1-gcc4.patch @@ -0,0 +1,12 @@ +diff -ur ZopeInterface-3.0.1-orig/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 +--- ZopeInterface-3.0.1-orig/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c 2005-05-14 02:49:21.000000000 -0400 ++++ ZopeInterface-3.0.1/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c 2005-05-14 02:53:25.000000000 -0400 +@@ -70,7 +70,7 @@ + return 0; + } + +-extern PyTypeObject SpecType; /* Forward */ ++static PyTypeObject SpecType; /* Forward */ + + static PyObject * + implementedByFallback(PyObject *cls) |