From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/
Date: Sun, 16 Jan 2022 02:12:14 +0000 (UTC) [thread overview]
Message-ID: <1642299108.dcefab179a1230eed77c6732e355a1e32edd1950.sam@gentoo> (raw)
commit: dcefab179a1230eed77c6732e355a1e32edd1950
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 02:11:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 02:11:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcefab17
dev-games/ogre: workaround 1.9.0 USE=examples failure with GCC 11
Fixed properly in newer versions.
Closes: https://bugs.gentoo.org/829253
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-games/ogre/ogre-1.9.0-r3.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-games/ogre/ogre-1.9.0-r3.ebuild b/dev-games/ogre/ogre-1.9.0-r3.ebuild
index 4adb836a28a4..cb80cd8c754e 100644
--- a/dev-games/ogre/ogre-1.9.0-r3.ebuild
+++ b/dev-games/ogre/ogre-1.9.0-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CMAKE_REMOVE_MODULES_LIST="FindFreetype FindDoxygen FindZLIB"
-inherit cmake vcs-snapshot
+inherit cmake flag-o-matic vcs-snapshot
DESCRIPTION="Object-oriented Graphics Rendering Engine"
HOMEPAGE="https://www.ogre3d.org/"
@@ -114,6 +114,11 @@ src_configure() {
done
fi
+ if use examples ; then
+ # bug #829253
+ append-cxxflags -std=c++14
+ fi
+
cmake_src_configure
}
next reply other threads:[~2022-01-16 2:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-16 2:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-23 16:10 [gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/ Matt Turner
2023-01-29 13:34 Joonas Niilola
2022-11-16 3:56 John Helmert III
2022-06-03 12:34 Joonas Niilola
2022-02-12 12:11 Jakov Smolić
2021-10-29 22:23 Sam James
2021-02-18 20:12 Andreas Sturmlechner
2021-02-14 19:52 Sam James
2020-08-25 22:00 James Le Cuirot
2020-08-24 17:45 Jonas Stein
2020-01-07 22:58 James Le Cuirot
2018-06-17 18:44 Andreas Sturmlechner
2018-06-17 18:44 Andreas Sturmlechner
2018-04-15 11:34 David Seifert
2017-08-19 18:07 Michał Górny
2017-08-11 16:25 Michał Górny
2016-12-29 17:37 Lars Wendler
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=1642299108.dcefab179a1230eed77c6732e355a1e32edd1950.sam@gentoo \
--to=sam@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