summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgavan <gavan>2004-01-01 00:00:02 +0000
committergavan <gavan>2004-01-01 00:00:02 +0000
commit15411e1e29cf06be0b2d9495a871b5e4dd8b5e24 (patch)
treef960e4dfff5d33f0c4761bd96c60168ea2f3bee6 /sysutils
parent55e1483593531b2584288d1935cb666c50da1af0 (diff)
downloadpkgsrc-15411e1e29cf06be0b2d9495a871b5e4dd8b5e24.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')
-rw-r--r--sysutils/gnome-vfs/patches/patch-aj13
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;