commit:     3e621f4545810a3d3dc3b8ea2d8918252c84d770
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 04:17:11 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 04:19:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e621f45

media-libs/libgphoto2: fix build without doxygen

ebuild defines ac_cv_path_DOXYGEN=false

but generated ./configure checks it like this:
...
 if test "x$DOXYGEN" != xno; then
  HAVE_DOXYGEN_TRUE=
...

Bug: https://bugs.gentoo.org/830968
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 media-libs/libgphoto2/libgphoto2-2.5.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.28.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.28.ebuild
index 16879dbed04e..21661ad1025e 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.28.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.28.ebuild
@@ -99,7 +99,7 @@ src_prepare() {
 
 multilib_src_configure() {
        local myconf
-       use doc || myconf=( ac_cv_path_DOXYGEN=false )
+       use doc || myconf=( ac_cv_path_DOXYGEN=no )
 
        # Upstream doesn't default to --enable-option-checking due having 
another
        # configure in libgphoto2_port/ that also needs to be checked on every 
bump

Reply via email to