public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuel Bauer" <samuel.bauer@yahoo.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/blackvoxel/
Date: Sun, 24 Jul 2022 23:12:57 +0000 (UTC)	[thread overview]
Message-ID: <1658704334.d56e5874dac721ab0c01dfccb054c1b87c401d97.samuel.bauer@gentoo> (raw)

commit:     d56e5874dac721ab0c01dfccb054c1b87c401d97
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Sun Jul 24 23:12:14 2022 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Sun Jul 24 23:12:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d56e5874

games-action/blackvoxel: add -fno-strict-aliasing

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 games-action/blackvoxel/blackvoxel-2.50.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/games-action/blackvoxel/blackvoxel-2.50.ebuild b/games-action/blackvoxel/blackvoxel-2.50.ebuild
index 900d25e7c..d6c70fed5 100644
--- a/games-action/blackvoxel/blackvoxel-2.50.ebuild
+++ b/games-action/blackvoxel/blackvoxel-2.50.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit desktop toolchain-funcs xdg
+inherit desktop flag-o-matic toolchain-funcs xdg
 
 DESCRIPTION="Blackvoxel Video Game"
 HOMEPAGE="https://www.blackvoxel.com/"
@@ -31,6 +31,12 @@ PATCHES=(
 	"${FILESDIR}"/${P}-savedir.patch
 )
 
+src_prepare() {
+	default
+	append-cflags -fno-strict-aliasing
+	append-cxxflags -fno-strict-aliasing
+}
+
 src_compile() {
 	export CXX="$(tc-getCXX)"
 	export CC="$(tc-getCC)"


             reply	other threads:[~2022-07-24 23:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 23:12 Samuel Bauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21 22:36 [gentoo-commits] repo/proj/guru:dev commit in: games-action/blackvoxel/ Abdelrahman Sarhan
2024-10-21 22:29 Abdelrahman Sarhan
2024-10-21 14:23 Abdelrahman Sarhan
2024-10-21 14:23 Abdelrahman Sarhan
2024-10-21 10:02 Viorel Munteanu
2024-10-21  5:51 Abdelrahman Sarhan
2023-05-27 17:16 Rahul Sandhu
2021-05-03 20:30 Samuel Bauer
2021-05-03 19:35 Samuel Bauer
2021-04-29 22:28 Samuel Bauer

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=1658704334.d56e5874dac721ab0c01dfccb054c1b87c401d97.samuel.bauer@gentoo \
    --to=samuel.bauer@yahoo.fr \
    --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