summaryrefslogtreecommitdiff
path: root/net/py-pcap/files/patch-setup.py
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-12-19 16:52:19 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-12-19 16:52:19 +0000
commit78c5220e954aff09f424d54b1d9156012f430645 (patch)
treeb8c18ce26ea6bca1aadcb2443945819c122df43a /net/py-pcap/files/patch-setup.py
parentRemove print/txfonts and print/pxfonts. The files installed by these (diff)
Fix build and unmark BROKEN.
Spotted by: the Ports Janitor
Notes
Notes: svn path=/head/; revision=124492
Diffstat (limited to '')
-rw-r--r--net/py-pcap/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-pcap/files/patch-setup.py b/net/py-pcap/files/patch-setup.py
new file mode 100644
index 000000000000..9af11319d8fa
--- /dev/null
+++ b/net/py-pcap/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Mon Dec 20 01:50:10 2004
++++ setup.py Mon Dec 20 01:50:19 2004
+@@ -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, ext=None):
+
+ """Walk the list of source files in 'sources', looking for SWIG
+ interface (.i) files. Run SWIG on all that are found, and