diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-05-09 03:07:08 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-05-09 03:07:08 +0800 |
commit | ddb5ca2082909c3122936aed65d8d86127fd84dc (patch) | |
tree | e45e703bfbe7c68382d78840adf4527e781b8d06 /security | |
parent | 00c42ba69e188402a1af7dbc4ac5eb2194a5ff84 (diff) | |
download | freebsd-ports-graphics-ddb5ca2082909c3122936aed65d8d86127fd84dc.tar.gz freebsd-ports-graphics-ddb5ca2082909c3122936aed65d8d86127fd84dc.tar.zst freebsd-ports-graphics-ddb5ca2082909c3122936aed65d8d86127fd84dc.zip |
- Unbreak if ports libpcap installed
- No PORTREVISION bump since this does not affect default
PR: ports/166853
Submitted by: Efren Yevale <syavne@gmail.com>
Approved by: Anders Troback <freebsd@troback.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/prelude-pflogger/files/patch-process_packet.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/prelude-pflogger/files/patch-process_packet.c b/security/prelude-pflogger/files/patch-process_packet.c new file mode 100644 index 00000000000..b91380a6f68 --- /dev/null +++ b/security/prelude-pflogger/files/patch-process_packet.c @@ -0,0 +1,14 @@ +--- src/process_packet.c.orig 2012-04-11 12:08:57.000000000 -0500 ++++ src/process_packet.c 2012-04-11 12:05:26.000000000 -0500 +@@ -43,10 +43,10 @@ + #include <net/if_pflog.h> + #include <net/pfvar.h> + #include <netdb.h> ++#include <net/bpf.h> + #include <pcap.h> + #include <sys/ioctl.h> + #include <fcntl.h> +-#include <net/bpf.h> + #include <errno.h> + + #include <libprelude/prelude.h> |