Skip to content

Commit

Permalink
games-engines/qtads-2.1.7-r1: fix build with GCC 7
Browse files Browse the repository at this point in the history
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: gentoo#8208
  • Loading branch information
realnc authored and a17r committed May 16, 2018
1 parent 5c6ac9b commit d008f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion games-engines/qtads/qtads-2.1.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}

Expand Down

0 comments on commit d008f46

Please sign in to comment.