diff options
Diffstat (limited to 'textproc/lua-expat/patches/patch-ab')
-rw-r--r-- | textproc/lua-expat/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/lua-expat/patches/patch-ab b/textproc/lua-expat/patches/patch-ab new file mode 100644 index 00000000000..1c4cd29c76a --- /dev/null +++ b/textproc/lua-expat/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/04/05 13:57:53 xtraeme Exp $ + +--- lxplib.c.orig 2004-01-29 22:56:49.000000000 +0000 ++++ lxplib.c 2004-01-29 22:56:56.000000000 +0000 +@@ -9,7 +9,7 @@ + #include <stdlib.h> + #include <string.h> + +-#include <xmlparse.h> ++#include <expat.h> + + #include <lua.h> + #include <lauxlib.h> |