diff options
Diffstat (limited to 'devel/gnome-vfs1/files/patch-ab')
-rw-r--r-- | devel/gnome-vfs1/files/patch-ab | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/devel/gnome-vfs1/files/patch-ab b/devel/gnome-vfs1/files/patch-ab index 0b8cc0137d1e..1f9e2c80cbab 100644 --- a/devel/gnome-vfs1/files/patch-ab +++ b/devel/gnome-vfs1/files/patch-ab @@ -1,31 +1,16 @@ ---- Makefile.in.orig Wed Nov 29 15:02:07 2000 -+++ Makefile.in Wed Nov 29 15:04:28 2000 -@@ -169,9 +169,9 @@ - @USING_OAF_TRUE@SUBDIRS_OAF = libgnomevfs-corba - @USING_OAF_FALSE@SUBDIRS_OAF = - @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = test mime-type-capplet -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = mime-type-capplet +--- Makefile.in.orig Mon Mar 12 19:28:26 2001 ++++ Makefile.in Thu Mar 15 20:25:50 2001 +@@ -174,3 +174,3 @@ --SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po +-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros ++SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in gnome-vfs-config.in -@@ -179,7 +179,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config +@@ -182,3 +182,3 @@ -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -539,6 +539,7 @@ - - gnome-vfs-config: gnome-vfs-config.in Makefile +@@ -542,2 +542,3 @@ sed -e 's?\@LIBDIR\@?$(libdir)?g' \ + -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ |