pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  8 14:03:42 UTC 2017

Modified Files:
        pkgsrc/devel/glib2: Makefile

Log Message:
glib2: make sure gtk-doc is not found

Use same hack as libidn2.


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/devel/glib2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.237 pkgsrc/devel/glib2/Makefile:1.238
--- pkgsrc/devel/glib2/Makefile:1.237   Mon Oct 16 00:40:08 2017
+++ pkgsrc/devel/glib2/Makefile Wed Nov  8 14:03:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.237 2017/10/16 00:40:08 prlw1 Exp $
+# $NetBSD: Makefile,v 1.238 2017/11/08 14:03:42 wiz Exp $
 
 .include "Makefile.common"
 
@@ -54,6 +54,13 @@ CONFIGURE_ENV+=              LIBELF_LIBS='-lelf'
 .  endif
 .endif
 
+# 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=
+
 # to run gdbus-codegen to generate gdbus-daemon-generated.{h,c}
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 PYTHON_FOR_BUILD_ONLY?=        yes



Home | Main Index | Thread Index | Old Index