freebsd-ports/devel/gnomevfs/files/patch-ab

43 lines
1.5 KiB
Text
Raw Normal View History

2001-10-01 08:37:30 +02:00
$FreeBSD$
--- Makefile.in.orig Sun Mar 17 16:04:01 2002
+++ Makefile.in Sun Mar 17 16:14:05 2002
@@ -187,10 +187,10 @@
cflags_set = @cflags_set@
2002-01-23 16:22:19 +01:00
cxxflags_set = @cxxflags_set@
2001-10-01 08:37:30 +02:00
l = @l@
-@PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = doc
2001-10-01 08:37:30 +02:00
-@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc test
+@PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME =
+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME =
2000-07-06 00:01:40 +02:00
-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules devel-docs $(SUBDIRS_GNOME) po
+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules $(SUBDIRS_GNOME) po
2001-10-01 08:37:30 +02:00
EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in gnome-vfs-config.in
@@ -198,7 +198,7 @@
2001-10-01 08:37:30 +02:00
bin_SCRIPTS = $(top_builddir)/gnome-vfs-config
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
2001-10-01 08:37:30 +02:00
confexec_DATA = vfsConf.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -537,11 +537,13 @@
2001-10-01 08:37:30 +02:00
-e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \
-e 's?\@VERSION\@?$(VERSION)?g' \
-e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \
+ -e 's?\@PTHREAD_LIB\@?$(PTHREAD_LIB)?g' \
< $(srcdir)/vfsConf.sh.in > vfsConf.tmp \
&& mv vfsConf.tmp vfsConf.sh
gnome-vfs-config: gnome-vfs-config.in Makefile
sed -e 's?\@LIBDIR\@?$(libdir)?g' \
+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
-e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \
2001-10-01 08:37:30 +02:00
-e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \
-e 's?\@VERSION\@?$(VERSION)?g' \