media-libs/allegro: Don't build info docs due to texinfo 6.7 breakage
authorJames Le Cuirot <chewi@gentoo.org>
Mon, 30 Sep 2019 21:18:56 +0000 (22:18 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 30 Sep 2019 21:33:49 +0000 (22:33 +0100)
The texinfo dependency had not been specified so they were effectively
automagic anyway. I don't think anyone needs info docs for an older
version, especially when there are still man pages and HTML docs.

Closes: https://bugs.gentoo.org/695934
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
media-libs/allegro/allegro-4.4.2-r2.ebuild

index dba29ec2a94dfb33b4e91088f6cc0f3eb7dc1fb0..e808173e2f338a2b03b598e748507d6f67a97c4b 100644 (file)
@@ -62,9 +62,9 @@ src_configure() {
        # WANT_EXAMPLES doesn't install anything
        local mycmakeargs=(
                -DDOCDIR=share/doc
-               -DINFODIR=share/info
                -DMANDIR=share/man
                -DWANT_ALSA=$(usex alsa)
+               -DWANT_DOCS_INFO=OFF
                -DWANT_EXAMPLES=OFF
                -DWANT_JACK=$(usex jack)
                -DWANT_JPGALLEG=$(usex jpeg)