summaryrefslogtreecommitdiff
path: root/media-gfx/gqview/files/gqview-2.1.5-helpdir.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-21 18:52:40 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-21 18:52:40 +0000
commitf29eb0598f62fc3b5f09f2de5a89c0437c6164d9 (patch)
treee33392cbdd10d91ad30cb2a65130c1fb1e5ca8ac /media-gfx/gqview/files/gqview-2.1.5-helpdir.patch
parent032a3dbb5d4ea63ec6c2ceb39c067ea6424b5792 (diff)
gentoo resync : 21.01.2020
Diffstat (limited to 'media-gfx/gqview/files/gqview-2.1.5-helpdir.patch')
-rw-r--r--media-gfx/gqview/files/gqview-2.1.5-helpdir.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/gqview/files/gqview-2.1.5-helpdir.patch b/media-gfx/gqview/files/gqview-2.1.5-helpdir.patch
new file mode 100644
index 000000000000..e72ea05a213b
--- /dev/null
+++ b/media-gfx/gqview/files/gqview-2.1.5-helpdir.patch
@@ -0,0 +1,23 @@
+--- a/configure.in
++++ b/configure.in
+@@ -19,8 +19,8 @@ fi
+
+ AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.))
+
+-AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/gqview-$VERSION", [Location of documentation files])
+-AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$prefix/share/doc/gqview-$VERSION/html", [Location of html documentation])
++AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$docdir", [Location of documentation files])
++AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$docdir/html", [Location of html documentation])
+
+ dnl checks for functions
+ AC_CHECK_FUNCS(strverscmp)
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in.
+
+-helpdir = $(datadir)/doc/gqview-$(VERSION)/html
++helpdir = $(docdir)/html
+ help_DATA = \
+ gnu_fdl.txt \
+ gqview_faq.html \