From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAb4i-0003s9-1G for guix-patches@gnu.org; Mon, 23 Apr 2018 09:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAb4e-0001fr-8r for guix-patches@gnu.org; Mon, 23 Apr 2018 09:00:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56926) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fAb4e-0001fm-6P for guix-patches@gnu.org; Mon, 23 Apr 2018 09:00:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fAb4c-0004FX-U6 for guix-patches@gnu.org; Mon, 23 Apr 2018 09:00:03 -0400 Subject: [bug#30406] [PATCH 1/2] gnu: tome4: Add fix to getself.c. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180209212145.6478-1-go.wigust@gmail.com> <20180209212331.6538-1-go.wigust@gmail.com> Date: Mon, 23 Apr 2018 14:59:02 +0200 In-Reply-To: <20180209212331.6538-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Sat, 10 Feb 2018 00:23:30 +0300") Message-ID: <87fu3m2i5l.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 30406@debbugs.gnu.org Hello, Oleg Pykhalov skribis: > * gnu/local.mk (dist_patch_DATA): Add this. > * gnu/packages/games.scm (tome4)[source]: Add fix to getself.c. > * gnu/packages/patches/tome4-patch-src-getself-c.patch: New file. As noted in HACKING, please feel free to go ahead if this patch fixes something for you. Thanks! Ludo=E2=80=99.