summaryrefslogtreecommitdiff
path: root/chat/libpurple/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/libpurple/patches/patch-aa')
-rw-r--r--chat/libpurple/patches/patch-aa7
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/libpurple/patches/patch-aa b/chat/libpurple/patches/patch-aa
index f0dd0add423..66e7eefd1fe 100644
--- a/chat/libpurple/patches/patch-aa
+++ b/chat/libpurple/patches/patch-aa
@@ -1,4 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2007/08/04 13:30:25 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2007/08/05 21:50:08 gdt Exp $
+
+sys/param.h is required for definitions of NGROUPS, MAXLOGNAME, etc.
+Without this, lookup of sys/sysctl.h on NetBSD (and maybe other *BSD
+systems) does not work correctly.
+Those preprocessor symbols are also needed during the build.
--- configure.ac.orig 2007-05-25 16:28:21.000000000 +0000
+++ configure.ac