diff options
author | tron <tron@pkgsrc.org> | 2001-02-24 23:27:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-24 23:27:19 +0000 |
commit | b69d9cd6d936c22dbbca17bbb91be94051a920a5 (patch) | |
tree | 527b908c976a6a12c2a4f48d9f73ffa53fef0e62 /net/gnubile/patches | |
parent | 6550bfaa5cc07323e82509559a369e49936df300 (diff) | |
download | pkgsrc-b69d9cd6d936c22dbbca17bbb91be94051a920a5.tar.gz |
Import new "gnubile" package:
Unix Gnutella client for GNOME
Diffstat (limited to 'net/gnubile/patches')
-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" |