summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-10-24 10:44:51 +0000
committerleot <leot@pkgsrc.org>2017-10-24 10:44:51 +0000
commit42b9424053c86a679185438e5bb413de6e72fe68 (patch)
treef3f514899586d51effe569ded79f5ac252f0f451 /textproc
parent5da67d3749a557e3b54c824b5545bd3c0a5edfef (diff)
downloadpkgsrc-42b9424053c86a679185438e5bb413de6e72fe68.tar.gz
rasqual: Fix installation if gtk-doc package is already installed
By default rasqual is configured with `--disable-gtk-doc'. However, despite that, it will checks several `gtkdoc-*' tools anyway, ending in a failure during the installation phase because only a couple of them are available. Add a kludge via CONFIGURE_ENV to avoid picking up gtkdoc-* tools. Noticed by <martin>, thanks!
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rasqal/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile
index 4837d796ebc..ad974e08d5d 100644
--- a/textproc/rasqal/Makefile
+++ b/textproc/rasqal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/08/24 20:03:02 adam Exp $
+# $NetBSD: Makefile,v 1.30 2017/10/24 10:44:51 leot Exp $
DISTNAME= rasqal-0.9.33
PKGREVISION= 5
@@ -16,6 +16,13 @@ USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= rasqal.pc.in
+# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
+# XXX: package is installed and then fails in the installation phase.
+CONFIGURE_ENV+= ac_cv_path_GTKDOC_CHECK= \
+ ac_cv_path_GTKDOC_CHECK_PATH= \
+ ac_cv_path_GTKDOC_REBASE= \
+ ac_cv_path_GTKDOC_MKPDF=
+
.include "../../devel/gmp/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
BUILDLINK_API_DEPENDS.raptor2+= raptor2>=2.0.7