summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-09 22:01:18 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-09 22:01:39 +0200
commit7be55bd5591fd63574068471409914b18e401909 (patch)
treedcb29d12ed5b6d231cbc4206279f04f0121b4e6f /sci-visualization
parentapp-misc/todo: clean up aliases. (diff)
downloadgentoo-7be55bd5591fd63574068471409914b18e401909.tar.gz
gentoo-7be55bd5591fd63574068471409914b18e401909.tar.bz2
gentoo-7be55bd5591fd63574068471409914b18e401909.zip
sci-visualization/gwyddion: Add gtk-doc related hack
This works around a mismatch between the ages-old m4 file delivered with gwyddion and the newer one installed by gtkdocize during eautoreconf ... Closes: https://bugs.gentoo.org/741840 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.56.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-visualization/gwyddion/gwyddion-2.56.ebuild b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
index de98686272c3..85f881ab3d16 100644
--- a/sci-visualization/gwyddion/gwyddion-2.56.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
@@ -47,6 +47,9 @@ src_prepare() {
}
src_configure() {
+ # hack for bug 741840
+ use doc && export GTK_DOC_PATH=/usr/share/gtk-doc
+
econf \
--disable-rpath \
--without-kde4-thumbnailer \