mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Fix DAG build
This commit is contained in:
parent
3ef6db80cd
commit
919dfbf205
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478125
@ -29,6 +29,8 @@ DAG_DESC= Support for Endace DAG hardware
|
||||
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
DAG_CONFIGURE_WITH= dag
|
||||
DAG_CFLAGS= -I${LOCALBASE}/include
|
||||
DAG_LDFLAGS= -L${LOCALBASE}/lib
|
||||
DAG_EXTRA_PATCHES= ${FILESDIR}/dag-patch-pcap-dag.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
11
net/libpcap/files/dag-patch-pcap-dag.c
Normal file
11
net/libpcap/files/dag-patch-pcap-dag.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- pcap-dag.c.orig 2018-08-26 13:02:37 UTC
|
||||
+++ pcap-dag.c
|
||||
@@ -1103,7 +1103,7 @@ dag_findalldevs(pcap_if_list_t *devlistp
|
||||
char dagname[DAGNAME_BUFSIZE];
|
||||
int dagstream;
|
||||
int dagfd;
|
||||
- dag_card_inf_t *inf;
|
||||
+ daginf_t *inf;
|
||||
char *description;
|
||||
int stream, rxstreams;
|
||||
|
Loading…
x
Reference in New Issue
Block a user