public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/functional-plus/
@ 2024-03-10  2:16 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2024-03-10  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d761173f41b504d9adbf12b4109b917fa65218ac
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Sat Mar  9 19:41:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 02:16:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d761173f

dev-cpp/functional-plus: remove -Werror flag

Closes: https://bugs.gentoo.org/926538
Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35689
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/functional-plus/functional-plus-0.2.22.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-cpp/functional-plus/functional-plus-0.2.22.ebuild b/dev-cpp/functional-plus/functional-plus-0.2.22.ebuild
index 38e0d9137331..c78f24cf915d 100644
--- a/dev-cpp/functional-plus/functional-plus-0.2.22.ebuild
+++ b/dev-cpp/functional-plus/functional-plus-0.2.22.ebuild
@@ -35,6 +35,12 @@ fplus_test_wrapper() {
 	$@
 }
 
+src_prepare() {
+	# avoid -Werror, bug 926538
+	sed -i 's/-Werror//' cmake/warnings.cmake || die
+	cmake_src_prepare
+}
+
 src_configure() {
 	cmake_src_configure
 	use test && fplus_test_wrapper cmake_src_configure


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-10  2:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10  2:16 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/functional-plus/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox