diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 01:08:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 01:08:28 +0000 |
commit | e014a6d34adc9f48596b889e74b72ee89a29b5f2 (patch) | |
tree | 50e38a77ade214741a2bbf0d09394276bffacd9c /x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in | |
parent | Update to 3.0.4. (diff) |
Update to 2.2.1.
Notes
Notes:
svn path=/head/; revision=81816
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 | 16 |
1 files changed, 6 insertions, 10 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 d8569e65c2db..bd3027d0e232 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,15 +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 Sun May 25 01:15:30 2003 ++++ help-converters/gnome-vfs-module/Makefile.in Sun May 25 01:17:17 2003 +@@ -147,12 +147,12 @@ 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 = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" -DX11BASE="\"$(X11BASE)\"" -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS) -DSERVERDIR=\"$(libexecdir)\" modules_LTLIBRARIES = libvfs-help.la @@ -18,4 +14,4 @@ +module_flags = -export_dynamic -avoid-version -module modulesdir = $(libdir)/gnome-vfs-2.0/modules - libvfs_help_la_SOURCES = \ + libvfs_help_la_SOURCES = help-method.c help-method.h |