summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellm/patches/patch-ae')
-rw-r--r--sysutils/gkrellm/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/gkrellm/patches/patch-ae b/sysutils/gkrellm/patches/patch-ae
new file mode 100644
index 00000000000..0aee833fab2
--- /dev/null
+++ b/sysutils/gkrellm/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2004/07/05 08:42:27 cube Exp $
+
+--- server/gkrellmd-private.h.orig 2004-05-03 04:21:48.000000000 +0200
++++ server/gkrellmd-private.h
+@@ -41,6 +41,7 @@
+
+ #if defined(__NetBSD__)
+ #define HAVE_GETADDRINFO 1
++#include <sys/param.h>
+ # if __NetBSD_Version__ <= 105010000
+ # define sa_family_t unsigned char
+ # endif