pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/flickcurl flickcurl needs gtkdoc-* install failure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/733436073b1e
branches:  trunk
changeset: 373705:733436073b1e
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Mon Jan 08 18:37:49 2018 +0000

description:
flickcurl needs gtkdoc-* install failure kludge too

diffstat:

 net/flickcurl/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 264bc2a3466d -r 733436073b1e net/flickcurl/Makefile
--- a/net/flickcurl/Makefile    Mon Jan 08 18:20:51 2018 +0000
+++ b/net/flickcurl/Makefile    Mon Jan 08 18:37:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/01/01 21:18:47 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/01/08 18:37:49 jakllsch Exp $
 
 DISTNAME=      flickcurl-1.26
 PKGREVISION=   6
@@ -14,6 +14,13 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
+# 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_prog_GTKDOC_CHECK= \
+                       ac_cv_path_GTKDOC_CHECK_PATH= \
+                       ac_cv_path_GTKDOC_REBASE= \
+                       ac_cv_path_GTKDOC_MKPDF=
+
 .include "../../www/curl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/raptor2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index