diff options
Diffstat (limited to 'dev-python/pylibpcap/files/0.4-swig.patch')
-rw-r--r-- | dev-python/pylibpcap/files/0.4-swig.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/pylibpcap/files/0.4-swig.patch b/dev-python/pylibpcap/files/0.4-swig.patch deleted file mode 100644 index a4f3d3114bf3..000000000000 --- a/dev-python/pylibpcap/files/0.4-swig.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2005-11-18 00:11:02.000000000 +0100 -+++ setup.py 2005-11-18 00:11:29.000000000 +0100 -@@ -21,7 +21,7 @@ - # self.run_command('make_clean') - - class pcap_build_ext(build_ext): -- def swig_sources(self, sources): -+ def swig_sources(self, sources, extension=None): - - """Walk the list of source files in 'sources', looking for SWIG - interface (.i) files. Run SWIG on all that are found, and |