diff options
Diffstat (limited to 'libraries/libfm/patches/0006-3586178-doc-build-wasn-t-updated-for-with-gtk-3-case.patch')
-rw-r--r-- | libraries/libfm/patches/0006-3586178-doc-build-wasn-t-updated-for-with-gtk-3-case.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libraries/libfm/patches/0006-3586178-doc-build-wasn-t-updated-for-with-gtk-3-case.patch b/libraries/libfm/patches/0006-3586178-doc-build-wasn-t-updated-for-with-gtk-3-case.patch new file mode 100644 index 0000000000..4748a2086d --- /dev/null +++ b/libraries/libfm/patches/0006-3586178-doc-build-wasn-t-updated-for-with-gtk-3-case.patch @@ -0,0 +1,26 @@ +From 80c568c277a5b8aa43d553d7d71f7ea404b41ab4 Mon Sep 17 00:00:00 2001 +From: galtgendo <galt_gendo@sourceforge.net> +Date: Tue, 13 Nov 2012 00:03:54 +0200 +Subject: [PATCH 06/22] [#3586178]doc build wasn't updated for '--with-gtk=3' + case + +--- + docs/reference/libfm/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/reference/libfm/Makefile.am b/docs/reference/libfm/Makefile.am +index 4650c71..8537cec 100644 +--- a/docs/reference/libfm/Makefile.am ++++ b/docs/reference/libfm/Makefile.am +@@ -120,7 +120,7 @@ GTKDOC_CFLAGS= \ + $(GTK_CFLAGS) + GTKDOC_LIBS= \ + $(top_builddir)/src/libfm.la \ +- $(top_builddir)/src/libfm-gtk.la \ ++ $(top_builddir)/src/$(LIBFM_GTK_LTLIBRARIES) \ + $(GTK_LIBS) \ + $(NULL) + +-- +1.8.0.1 + |