media-plugins/calf: work around buggy configure check
authorNiklas Haas <git@haasn.xyz>
Sun, 26 Aug 2018 16:28:06 +0000 (18:28 +0200)
committerMiroslav Šulc <fordfrog@gentoo.org>
Sat, 26 Jan 2019 11:35:00 +0000 (12:35 +0100)
commit960290b4d4b2dc8c06e9cd08297b3e724c9ac67a
tree110ceb466196bbc59439e1d25c606745a5b528ca
parent9d51cfe7979a6bef52a7eb4b1d4136086fc9aed5
media-plugins/calf: work around buggy configure check

The upstream project's configure.ac hard-codes a check to see if calf is
already installed to /usr/lib or /usr/local/lib, and if so, refuses to
configure (causing econf to fail) if `calf` is already installed on the
system.

Simply adding --without-obsolete-check to the configure invocation
disables this (pointless) check.

Closes: https://bugs.gentoo.org/661036
Closes: https://github.com/gentoo/gentoo/pull/9701
Signed-off-by: Niklas Haas <git@haasn.xyz>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
media-plugins/calf/calf-0.90.0-r1.ebuild
media-plugins/calf/calf-0.90.0.ebuild
media-plugins/calf/calf-9999.ebuild