aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-31 06:47:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-31 06:47:08 +0000
commite9e5f6bd579a06b9a52699dbdfc1ca2876c4cd1d (patch)
tree6bf7649047462f90c665411d0e6f1bfba93765e6 /net/wireshark
parent334f1333ffb0ffd320ea1a512e4121f7a8f78e8f (diff)
downloadports-e9e5f6bd579a06b9a52699dbdfc1ca2876c4cd1d.tar.gz
ports-e9e5f6bd579a06b9a52699dbdfc1ca2876c4cd1d.zip
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile2
-rw-r--r--net/wireshark/files/extra-patch-capture_loop.h (renamed from net/wireshark/files/extra-patch-capture_loop.c)6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 318cffcefdd3..b5d3633b4056 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --enable-ipv6=no
.endif
.if ${OSVERSION} < 504103
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-capture_loop.c
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-capture_loop.h
.endif
.if exists(/usr/include/openssl/crypto.h)
diff --git a/net/wireshark/files/extra-patch-capture_loop.c b/net/wireshark/files/extra-patch-capture_loop.h
index 55b53f795033..157b80dba806 100644
--- a/net/wireshark/files/extra-patch-capture_loop.c
+++ b/net/wireshark/files/extra-patch-capture_loop.h
@@ -1,6 +1,6 @@
---- capture_loop.c.orig Thu Jul 22 00:23:01 2004
-+++ capture_loop.c Thu Jul 22 00:23:15 2004
-@@ -126,7 +126,7 @@
+--- capture_loop.h.orig Sat Dec 31 01:44:43 2005
++++ capture_loop.h Sat Dec 31 01:45:19 2005
+@@ -68,7 +68,7 @@ extern void capture_loop_stop(void);
* XXX - the various BSDs appear to define BSD in <sys/param.h>; we don't
* want to include it if it's not present on this platform, however.
*/