diff options
Diffstat (limited to 'sysutils/gnome-vfs2/patches/patch-at')
-rw-r--r-- | sysutils/gnome-vfs2/patches/patch-at | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/gnome-vfs2/patches/patch-at b/sysutils/gnome-vfs2/patches/patch-at new file mode 100644 index 00000000000..cf3a8438156 --- /dev/null +++ b/sysutils/gnome-vfs2/patches/patch-at @@ -0,0 +1,25 @@ +$NetBSD: patch-at,v 1.3 2006/07/07 00:47:40 minskim Exp $ + +--- daemon/Makefile.am.orig 2005-09-06 08:06:06.000000000 -0700 ++++ daemon/Makefile.am +@@ -29,11 +29,7 @@ endif + gnome_vfs_daemon_LDADD=$(MONIKERS_LIBS) $(LIBGNOMEVFSDAEMON_LIBS) $(top_builddir)/libgnomevfs/libgnomevfs-2.la $(top_builddir)/libgnomevfs/libgnomevfsdaemon-2.la + + CORBA_SOURCE = \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon.h \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-common.c \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-stubs.c \ +- $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon-skels.c +- ++ $(top_builddir)/libgnomevfs/GNOME_VFS_Daemon.h + + gnome_vfs_daemon_SOURCES = \ + gnome-vfs-daemon.c \ +@@ -44,6 +40,7 @@ gnome_vfs_daemon_SOURCES = \ + gnome-vfs-daemon-dir-handle.c \ + gnome-vfs-daemon-handle.h \ + gnome-vfs-daemon-handle.c \ ++ $(top_builddir)/libgnomevfs/gnome-vfs-volume-monitor.c \ + $(CORBA_SOURCE) + + BUILT_SOURCES = $(CORBA_SOURCE) |