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
commit9d72f0e498be92046b94b533ab8e4dab586a5d59 (patch)
treef960e4dfff5d33f0c4761bd96c60168ea2f3bee6 /sysutils
parentcee54883c5389f892584e4b1136e43c9b3d5fc8c (diff)
downloadpkgsrc-9d72f0e498be92046b94b533ab8e4dab586a5d59.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;