pkgsrc/databases/nss_ldap/patches/patch-ag
asau 5d956b0af9 FreeBSD uses NetBSD-derived nsdispatch.
Cram FreeBSD support in with some force using some knowledge
picked from FreeBSD ports collection.
Not yet tested in field.
2014-06-01 19:38:10 +00:00

15 lines
297 B
Text

$NetBSD: patch-ag,v 1.3 2014/06/01 19:38:10 asau Exp $
--- config.h.in.orig 2009-11-06 10:28:08.000000000 +0000
+++ config.h.in
@@ -345,3 +345,10 @@
/* Version number of package */
#undef VERSION
+
+#ifdef __NetBSD__
+#include "netbsd.h"
+#endif
+#ifdef __FreeBSD__
+#include "nss.h"
+#endif