mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
$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
|