From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/
Date: Sat, 26 Jan 2019 11:50:26 +0000 (UTC) [thread overview]
Message-ID: <1548502500.960290b4d4b2dc8c06e9cd08297b3e724c9ac67a.fordfrog@gentoo> (raw)
commit: 960290b4d4b2dc8c06e9cd08297b3e724c9ac67a
Author: Niklas Haas <git <AT> haasn <DOT> xyz>
AuthorDate: Sun Aug 26 16:28:06 2018 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 11:35:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960290b4
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 <AT> haasn.xyz>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-plugins/calf/calf-0.90.0-r1.ebuild | 1 +
media-plugins/calf/calf-0.90.0.ebuild | 1 +
media-plugins/calf/calf-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/media-plugins/calf/calf-0.90.0-r1.ebuild b/media-plugins/calf/calf-0.90.0-r1.ebuild
index a065b446eb2..f5485eed1bf 100644
--- a/media-plugins/calf/calf-0.90.0-r1.ebuild
+++ b/media-plugins/calf/calf-0.90.0-r1.ebuild
@@ -46,6 +46,7 @@ src_configure() {
#$(use_with jack)
econf \
--prefix="${EPREFIX}"/usr \
+ --without-obsolete-check \
$(use_with lash) \
$(use_with lv2 lv2) \
$(usex lv2 "--with-lv2-dir=${EPREFIX}/usr/$(get_libdir)/lv2" "") \
diff --git a/media-plugins/calf/calf-0.90.0.ebuild b/media-plugins/calf/calf-0.90.0.ebuild
index 4d9473406b0..820905fdc57 100644
--- a/media-plugins/calf/calf-0.90.0.ebuild
+++ b/media-plugins/calf/calf-0.90.0.ebuild
@@ -45,6 +45,7 @@ src_configure() {
#$(use_with gtk gui)
#$(use_with jack)
econf \
+ --without-obsolete-check \
$(use_with lash) \
$(use_with lv2 lv2) \
$(usex lv2 "--with-lv2-dir=/usr/$(get_libdir)/lv2" "") \
diff --git a/media-plugins/calf/calf-9999.ebuild b/media-plugins/calf/calf-9999.ebuild
index a065b446eb2..f5485eed1bf 100644
--- a/media-plugins/calf/calf-9999.ebuild
+++ b/media-plugins/calf/calf-9999.ebuild
@@ -46,6 +46,7 @@ src_configure() {
#$(use_with jack)
econf \
--prefix="${EPREFIX}"/usr \
+ --without-obsolete-check \
$(use_with lash) \
$(use_with lv2 lv2) \
$(usex lv2 "--with-lv2-dir=${EPREFIX}/usr/$(get_libdir)/lv2" "") \
next reply other threads:[~2019-01-26 11:50 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-26 11:50 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-06 10:13 [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/ Sam James
2024-12-06 9:59 Sam James
2024-08-04 13:54 Miroslav Šulc
2023-09-22 15:44 Sam James
2023-09-22 15:44 Sam James
2023-06-19 6:47 Miroslav Šulc
2021-03-11 2:42 Sam James
2021-02-22 7:18 Sam James
2021-02-22 7:14 Sam James
2021-02-21 0:54 Sam James
2020-01-17 10:45 Agostino Sarubbo
2020-01-17 9:29 Agostino Sarubbo
2019-12-16 10:01 Miroslav Šulc
2019-04-01 19:33 Andreas Sturmlechner
2019-03-16 21:39 Agostino Sarubbo
2019-03-10 22:46 Andreas Sturmlechner
2019-01-26 11:50 Miroslav Šulc
2018-07-12 19:00 Matt Thode
2018-05-17 13:52 Thomas Deutschmann
2017-12-21 5:32 Matt Thode
2017-12-20 23:22 Matt Thode
2017-12-20 23:22 Matt Thode
2017-11-17 18:47 David Seifert
2017-05-09 7:27 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1548502500.960290b4d4b2dc8c06e9cd08297b3e724c9ac67a.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox