diff options
Diffstat (limited to 'x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in')
-rw-r--r-- | x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in index d8569e65c..173f6be7e 100644 --- a/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in +++ b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in @@ -1,21 +1,11 @@ ---- help-converters/gnome-vfs-module/Makefile.in.orig Tue Nov 5 00:53:20 2002 -+++ help-converters/gnome-vfs-module/Makefile.in Tue Nov 5 00:56:05 2002 -@@ -138,15 +138,15 @@ +--- help-converters/gnome-vfs-module/Makefile.in.orig Sat Jun 14 04:50:22 2003 ++++ help-converters/gnome-vfs-module/Makefile.in Sat Jun 14 05:06:51 2003 +@@ -146,7 +146,7 @@ cxxflags_set = @cxxflags_set@ gnomelocaledir = @gnomelocaledir@ --INCLUDES = \ -- -I$(top_srcdir) \ -+INCLUDES = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" \ -+ -DX11BASE="\"$(X11BASE)\"" -I$(top_srcdir) \ - $(HELP_VFS_MODULE_CFLAGS) \ - -DSERVERDIR=\"$(libexecdir)\" +-INCLUDES = -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS) -DSERVERDIR=\"$(libexecdir)\" ++INCLUDES = -I$(top_srcdir) -DPREFIX=\""$(PREFIX)"\" -DLOCALBASE=\""$(LOCALBASE)"\" -DX11BASE=\""$(X11BASE)"\" $(HELP_VFS_MODULE_CFLAGS) -DSERVERDIR=\"$(libexecdir)\" modules_LTLIBRARIES = libvfs-help.la - --module_flags = -export_dynamic -avoid-version -+module_flags = -export_dynamic -avoid-version -module - modulesdir = $(libdir)/gnome-vfs-2.0/modules - - libvfs_help_la_SOURCES = \ |