mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
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)
10 lines
230 B
C
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"
|