diff options
Diffstat (limited to 'editors/zile/patches/patch-ab')
-rw-r--r-- | editors/zile/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/zile/patches/patch-ab b/editors/zile/patches/patch-ab new file mode 100644 index 00000000000..8eb6d0c2ddc --- /dev/null +++ b/editors/zile/patches/patch-ab @@ -0,0 +1,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" + |