From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/silo/files/, sci-libs/silo/
Date: Wed, 19 Jan 2022 21:45:11 +0000 (UTC) [thread overview]
Message-ID: <1642628601.4e9ea438490364ebbe1bdc6e83b9f7e77c1f26ca.ionen@gentoo> (raw)
commit: 4e9ea438490364ebbe1bdc6e83b9f7e77c1f26ca
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 21:40:34 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 21:43:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9ea438
sci-libs/silo: fix build with minimal QT
Closes: https://bugs.gentoo.org/831361
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
sci-libs/silo/files/silo-4.11-widgets.patch | 11 +++++++++++
sci-libs/silo/silo-4.11-r1.ebuild | 1 +
2 files changed, 12 insertions(+)
diff --git a/sci-libs/silo/files/silo-4.11-widgets.patch b/sci-libs/silo/files/silo-4.11-widgets.patch
new file mode 100644
index 000000000000..46ef1834ca22
--- /dev/null
+++ b/sci-libs/silo/files/silo-4.11-widgets.patch
@@ -0,0 +1,11 @@
+On a minimal QT installation, widgets may not necessarily be
+added and it needs to be explicitely done. Modifying ./configure
+directly given tarball lacks some files to run eautoreconf.
+
+https://bugs.gentoo.org/831361
+--- a/configure
++++ b/configure
+@@ -25748,2 +25748,3 @@
+ qtHaveModule(testlib): QT += testlib
++qtHaveModule(widgets): QT += widgets
+ percent.target = %
diff --git a/sci-libs/silo/silo-4.11-r1.ebuild b/sci-libs/silo/silo-4.11-r1.ebuild
index f4c780ba2a3c..3372e92a569c 100644
--- a/sci-libs/silo/silo-4.11-r1.ebuild
+++ b/sci-libs/silo/silo-4.11-r1.ebuild
@@ -31,6 +31,7 @@ PATCHES=(
"${FILESDIR}"/${P}-test-disable-largefile.patch
"${FILESDIR}"/${P}-tests.patch
"${FILESDIR}"/${P}-testsuite-python-write.patch
+ "${FILESDIR}"/${P}-widgets.patch
)
src_configure() {
next reply other threads:[~2022-01-19 21:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-19 21:45 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-16 15:10 [gentoo-commits] repo/gentoo:master commit in: sci-libs/silo/files/, sci-libs/silo/ Andreas Sturmlechner
2018-03-13 9:33 Andreas Sturmlechner
2018-01-24 10:13 Slawek Lis
2017-07-28 7:05 Slawek Lis
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=1642628601.4e9ea438490364ebbe1bdc6e83b9f7e77c1f26ca.ionen@gentoo \
--to=ionen@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