summaryrefslogtreecommitdiff
path: root/net/py-libpcap/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-libpcap/patches/patch-aa')
-rw-r--r--net/py-libpcap/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/py-libpcap/patches/patch-aa b/net/py-libpcap/patches/patch-aa
new file mode 100644
index 00000000000..df934e2e287
--- /dev/null
+++ b/net/py-libpcap/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/08/10 13:51:01 drochner Exp $
+
+--- setup.py.orig 2005-08-10 12:30:07.000000000 +0200
++++ setup.py
+@@ -14,8 +14,8 @@ config_defines = [ ]
+
+ # uncomment this line and comment out the next one if you want to build
+ # pcap.c from the SWIG interface
+-sourcefiles = ["mk-constants.py", "pcap.i"]
+-# sourcefiles = ["pcap.c"]
++#sourcefiles = ["mk-constants.py", "pcap.i"]
++sourcefiles = ["pcap.c"]
+
+ # if you are building against a non-installed version of libpcap,
+ # specify its directory here, otherwise set this to None