summaryrefslogtreecommitdiff
path: root/editors/kile/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/kile/patches/patch-aa')
-rw-r--r--editors/kile/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/kile/patches/patch-aa b/editors/kile/patches/patch-aa
new file mode 100644
index 00000000000..3bf962b3702
--- /dev/null
+++ b/editors/kile/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2003/12/14 11:38:22 markd Exp $
+
+--- kile/kile/kilelyxserver.cpp.orig 2003-12-14 22:38:00.000000000 +1300
++++ kile/kile/kilelyxserver.cpp
+@@ -17,7 +17,9 @@
+
+ #include <sys/stat.h>
+ #include <sys/types.h>
++#ifndef __NetBSD__
+ #include <error.h>
++#endif
+ #include <stdlib.h> //getenv
+
+ #include "kilelyxserver.h"