pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-vfs/patches Add file missing from yeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/226c2a291793
branches:  trunk
changeset: 465519:226c2a291793
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Jan 01 00:00:02 2004 +0000

description:
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:

 sysutils/gnome-vfs/patches/patch-aj |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r c7105356c363 -r 226c2a291793 sysutils/gnome-vfs/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gnome-vfs/patches/patch-aj       Thu Jan 01 00:00:02 2004 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index