ports/sysutils/goaccess/files/patch-src_gholder.c
Adam Weinberger 5064a2cad4 Update goaccess to 1.3.
With this release:
- The config file has moved from PREFIX/etc to ETCDIR
- The web assets are no longer installed separately (they
  are compiled into the binary so this should not affect
  end-users)
- NLS support (and OPTION) added

pkg-message and UPDATING entry added for conf file location
change.

Changes: https://goaccess.io/release-notes

PR:		234047
Approved by:	maintainer (sbz)
2019-01-03 21:08:51 +00:00

10 lines
230 B
C

--- src/gholder.c.orig 2018-12-16 00:54:24 UTC
+++ src/gholder.c
@@ -34,6 +34,7 @@
#include <string.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#ifdef HAVE_LIBTOKYOCABINET
#include "tcabdb.h"