summaryrefslogtreecommitdiff
path: root/editors/zile/patches/patch-ab
blob: 8eb6d0c2ddc4d2f3b2721f183aa3077c65cab203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.3 2005/12/09 16:32:57 joerg Exp $

--- doc/mkdoc.c.orig	2005-08-07 23:05:07.000000000 +0000
+++ doc/mkdoc.c
@@ -15,7 +15,9 @@
 /* #include other sources so this program can be easily built on the
    build host when cross-compiling */
 #include "strrstr.c"
+#if !defined(__DragonFly__)
 #include "vasprintf.c"
+#endif
 #include "zmalloc.c"
 #include "astr.c"