public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
Date: Wed, 16 May 2018 08:18:42 +0000 (UTC)	[thread overview]
Message-ID: <1526458662.d008f46f41469c0d7370ca37c3360ba9c5a20202.asturm@gentoo> (raw)

commit:     d008f46f41469c0d7370ca37c3360ba9c5a20202
Author:     Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Sun Apr 29 19:12:41 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 08:17:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d008f46f

games-engines/qtads-2.1.7-r1: fix build with GCC 7

Current version of QTads cannot be built with GCC 7. The next version will
fix that, but for now, we need -fpermissive.

Closes: https://bugs.gentoo.org/654356
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8208

 games-engines/qtads/qtads-2.1.7-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-engines/qtads/qtads-2.1.7-r1.ebuild b/games-engines/qtads/qtads-2.1.7-r1.ebuild
index 521b932662c..500c1f64211 100644
--- a/games-engines/qtads/qtads-2.1.7-r1.ebuild
+++ b/games-engines/qtads/qtads-2.1.7-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit gnome2-utils qmake-utils xdg
+inherit gnome2-utils qmake-utils xdg flag-o-matic
 
 DESCRIPTION="Multimedia interpreter for TADS text adventures"
 HOMEPAGE="http://qtads.sourceforge.net"
@@ -21,6 +21,8 @@ DEPEND="media-libs/libsdl[sound]
 RDEPEND="${DEPEND}"
 
 src_configure() {
+	# bug 654356 temp fix
+	append-cxxflags -fpermissive
 	eqmake5 qtads.pro -after CONFIG-=silent
 }
 


             reply	other threads:[~2018-05-16  8:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-16  8:18 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 23:54 [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/ Conrad Kostecki
2022-08-04 14:20 Ionen Wolkens
2021-09-27 13:32 Ionen Wolkens
2021-09-26 15:05 Ionen Wolkens
2021-09-26 15:05 Ionen Wolkens
2021-09-17  0:44 Ionen Wolkens
2020-02-22 11:43 James Le Cuirot
2020-02-22 11:43 James Le Cuirot
2018-04-29 13:06 Pacho Ramos
2018-04-29 13:06 Pacho Ramos
2016-11-03  8:56 Michael Palimaka
2016-11-03  8:56 Michael Palimaka
2016-06-06 14:31 Agostino Sarubbo
2016-04-16  2:24 Michael Sterrett

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=1526458662.d008f46f41469c0d7370ca37c3360ba9c5a20202.asturm@gentoo \
    --to=asturm@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