summaryrefslogtreecommitdiff
path: root/net-mgmt/gnu-ipcalc/files/patch-deaggregate.c
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-09-08 23:28:02 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-09-08 23:28:45 +0200
commit5b60fcdb18e3e5bb5ae813ee4e82dfb7de997df2 (patch)
treeccca614e6c731c6030ef7d754c40d4b90c35e91e /net-mgmt/gnu-ipcalc/files/patch-deaggregate.c
parentgraphics/gimp-app: Fix CPE information (diff)
net-mgmt/gnu-ipcalc: Update to 1.0.1
- Upstream has move to GitLab - Use meson instead of gmake - Optionally support GeoIP1 + GeoIP2 via net/libmaxminddb PR: 258363 (based on) Reported by: freebsd@ohreally.nl
Diffstat (limited to 'net-mgmt/gnu-ipcalc/files/patch-deaggregate.c')
-rw-r--r--net-mgmt/gnu-ipcalc/files/patch-deaggregate.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/gnu-ipcalc/files/patch-deaggregate.c b/net-mgmt/gnu-ipcalc/files/patch-deaggregate.c
new file mode 100644
index 000000000000..a09cb93c4eaa
--- /dev/null
+++ b/net-mgmt/gnu-ipcalc/files/patch-deaggregate.c
@@ -0,0 +1,10 @@
+--- deaggregate.c.orig 2021-06-06 18:56:02 UTC
++++ deaggregate.c
+@@ -23,6 +23,7 @@
+ #include <arpa/inet.h>
+ #include <netdb.h>
+ #include <ctype.h>
++#include <sys/socket.h>
+
+ #include "ipcalc.h"
+ #include "ipv6.h"