1
0
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:
Ryan Steinmetz 2018-08-26 13:10:35 +00:00
parent 3ef6db80cd
commit 919dfbf205
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478125
2 changed files with 13 additions and 0 deletions

View File

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

View 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;