diff options
Diffstat (limited to 'net/gnubile/patches/patch-aa')
-rw-r--r-- | net/gnubile/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/gnubile/patches/patch-aa b/net/gnubile/patches/patch-aa new file mode 100644 index 00000000000..c9b39e383d3 --- /dev/null +++ b/net/gnubile/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/02/24 23:27:19 tron Exp $ + +--- src/admin.c.orig Wed Apr 12 00:19:00 2000 ++++ src/admin.c Sun Feb 25 00:13:01 2001 +@@ -32,8 +32,8 @@ + #include <dirent.h> + #include <sys/stat.h> + #include <gtk/gtk.h> +-#include <gnome-xml/parser.h> +-#include <gnome-xml/tree.h> ++#include <parser.h> ++#include <tree.h> + + #include "interface.h" + #include "support.h" |