From 15411e1e29cf06be0b2d9495a871b5e4dd8b5e24 Mon Sep 17 00:00:00 2001 From: gavan Date: Thu, 1 Jan 2004 00:00:02 +0000 Subject: 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. --- sysutils/gnome-vfs/patches/patch-aj | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/gnome-vfs/patches/patch-aj (limited to 'sysutils') 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 + #include + ++#undef tell ++ + + struct _ModuleElement { + char *name; -- cgit v1.2.3