openbsd-ports/devel/glib2
ajacoutot ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
..
patches It's this time of the year again... update glib2 to the latest 2012-09-21 13:16:49 +00:00
pkg It's this time of the year again... update glib2 to the latest 2012-09-21 13:16:49 +00:00
distinfo It's this time of the year again... update glib2 to the latest 2012-09-21 13:16:49 +00:00
Makefile Stupid autohell is stupid... 2012-09-21 14:48:05 +00:00