pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/rasqal
Module Name: pkgsrc
Committed By: leot
Date: Tue Oct 24 12:06:24 UTC 2017
Modified Files:
pkgsrc/textproc/rasqal: Makefile
Log Message:
rasqal: No need to inject a ac_cv_path_GTKDOC_CHECK_PATH, NFC
ac_cv_path_GTKDOC_CHECK_PATH isn't used by rasqal so don't inject it via
CONFIGURE_ENV. This was a copypasto from a similar devel/orc kludge related to
avoid picking up gtkdoc-* tools. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/rasqal/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/rasqal/Makefile
diff -u pkgsrc/textproc/rasqal/Makefile:1.30 pkgsrc/textproc/rasqal/Makefile:1.31
--- pkgsrc/textproc/rasqal/Makefile:1.30 Tue Oct 24 10:44:51 2017
+++ pkgsrc/textproc/rasqal/Makefile Tue Oct 24 12:06:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/10/24 10:44:51 leot Exp $
+# $NetBSD: Makefile,v 1.31 2017/10/24 12:06:24 leot Exp $
DISTNAME= rasqal-0.9.33
PKGREVISION= 5
@@ -19,7 +19,6 @@ 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=
Home |
Main Index |
Thread Index |
Old Index