summaryrefslogtreecommitdiff
path: root/sysutils/nautilus/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nautilus/patches/patch-ak')
-rw-r--r--sysutils/nautilus/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/nautilus/patches/patch-ak b/sysutils/nautilus/patches/patch-ak
new file mode 100644
index 00000000000..4837717675b
--- /dev/null
+++ b/sysutils/nautilus/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2007/11/12 20:52:52 drochner Exp $
+
+--- config.h.in.orig 2007-11-07 11:56:38.000000000 +0100
++++ config.h.in
+@@ -176,3 +176,8 @@
+
+ /* Define to empty if `const' does not conform to ANSI C. */
+ #undef const
++
++/* XXX work around missing check in configure */
++#if defined(__NetBSD__)
++#define HAVE_SYS_PARAM_H 1
++#endif