Fix patching on FreeBSD <= 5.4-RELEASE.

This commit is contained in:
Joe Marcus Clarke 2005-12-31 06:47:08 +00:00
parent 334f1333ff
commit e9e5f6bd57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152474
4 changed files with 8 additions and 8 deletions

View file

@ -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)

View file

@ -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.
*/

View file

@ -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)

View file

@ -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.
*/