From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0BFD1396D9 for ; Sun, 22 Oct 2017 21:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BC4B2BC012; Sun, 22 Oct 2017 21:47:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A7D32BC012 for ; Sun, 22 Oct 2017 21:47:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3292F33D3CE for ; Sun, 22 Oct 2017 21:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAB7D309 for ; Sun, 22 Oct 2017 21:47:27 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1508708838.0b360332de4c8f4ab442180cb9312262733b4cad.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/powder/files/, games-roguelike/powder/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/powder/files/powder-117-gcc6.patch games-roguelike/powder/powder-117-r1.ebuild X-VCS-Directories: games-roguelike/powder/files/ games-roguelike/powder/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 0b360332de4c8f4ab442180cb9312262733b4cad X-VCS-Branch: master Date: Sun, 22 Oct 2017 21:47:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ddc628ae-8e16-4e9b-b1e0-c1759b7c4651 X-Archives-Hash: 7db3ce70bc9da8f4f15acad55b37899b commit: 0b360332de4c8f4ab442180cb9312262733b4cad Author: Peter Levine gmail com> AuthorDate: Sun Oct 15 03:52:48 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Oct 22 21:47:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b360332 games-roguelike/powder: Fix building with GCC-6 Closes: https://bugs.gentoo.org/598928 Closes: https://github.com/gentoo/gentoo/pull/5949 Package-Manager: Portage-2.3.10, Repoman-2.3.3 games-roguelike/powder/files/powder-117-gcc6.patch | 20 ++++++++++++++++++++ games-roguelike/powder/powder-117-r1.ebuild | 4 +++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/games-roguelike/powder/files/powder-117-gcc6.patch b/games-roguelike/powder/files/powder-117-gcc6.patch new file mode 100644 index 00000000000..3a9b7f2af54 --- /dev/null +++ b/games-roguelike/powder/files/powder-117-gcc6.patch @@ -0,0 +1,20 @@ +Bug: https://bugs.gentoo.org/598928 + +--- a/source.txt ++++ b/source.txt +@@ -13400,13 +13400,13 @@ + + BRANCH MAIN + { +- symbol '\\207' ++ symbol static_cast('\\207') + welcome "%U to the main dungeon." + } + + BRANCH TRIDUDE + { +- symbol '\\211' ++ symbol static_cast('\\211') + welcome "%U a cave made of metal." + } + diff --git a/games-roguelike/powder/powder-117-r1.ebuild b/games-roguelike/powder/powder-117-r1.ebuild index b0199fe9fa0..e7c6acc4005 100644 --- a/games-roguelike/powder/powder-117-r1.ebuild +++ b/games-roguelike/powder/powder-117-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,6 +20,8 @@ RDEPEND=${DEPEND} S=${WORKDIR}/${MY_P} +PATCHES=( "${FILESDIR}"/${PN}-117-gcc6.patch ) + src_compile() { append-cxxflags -DCHANGE_WORK_DIRECTORY emake -C port/linux premake