pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/flickcurl
Module Name: pkgsrc
Committed By: jakllsch
Date: Mon Jan 8 18:37:49 UTC 2018
Modified Files:
pkgsrc/net/flickcurl: Makefile
Log Message:
flickcurl needs gtkdoc-* install failure kludge too
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/flickcurl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/flickcurl/Makefile
diff -u pkgsrc/net/flickcurl/Makefile:1.20 pkgsrc/net/flickcurl/Makefile:1.21
--- pkgsrc/net/flickcurl/Makefile:1.20 Mon Jan 1 21:18:47 2018
+++ pkgsrc/net/flickcurl/Makefile Mon Jan 8 18:37:49 2018
@@ -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 @@ GNU_CONFIGURE= yes
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