diff options
author | gavan <gavan@pkgsrc.org> | 2004-01-01 00:00:02 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-01-01 00:00:02 +0000 |
commit | 2765dae5cc0d0d53695325f379ccd665c919ae85 (patch) | |
tree | f960e4dfff5d33f0c4761bd96c60168ea2f3bee6 /sysutils/gnome-vfs | |
parent | 3adf64ba234e2eb49dfc7254fd7b73f5a15668f5 (diff) | |
download | pkgsrc-2765dae5cc0d0d53695325f379ccd665c919ae85.tar.gz |
Add file missing from yesterday's commit.
#undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r-- | sysutils/gnome-vfs/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gnome-vfs/patches/patch-aj b/sysutils/gnome-vfs/patches/patch-aj new file mode 100644 index 00000000000..a967baedc5f --- /dev/null +++ b/sysutils/gnome-vfs/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2004/01/01 00:00:02 gavan Exp $ + +--- libgnomevfs/gnome-vfs-method.c.orig 2001-09-04 23:24:22.000000000 +0100 ++++ libgnomevfs/gnome-vfs-method.c +@@ -36,6 +36,8 @@ + #include <libgnomevfs/gnome-vfs-module.h> + #include <libgnomevfs/gnome-vfs-private.h> + ++#undef tell ++ + + struct _ModuleElement { + char *name; |