From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:32796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt7xa-0002eV-C6 for guix-patches@gnu.org; Mon, 11 Feb 2019 04:33:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt7xW-00041U-3w for guix-patches@gnu.org; Mon, 11 Feb 2019 04:33:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gt7xW-00041G-0a for guix-patches@gnu.org; Mon, 11 Feb 2019 04:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gt7xV-0002L1-On for guix-patches@gnu.org; Mon, 11 Feb 2019 04:33:01 -0500 Subject: [bug#34429] [PATCH] gnu: red-eclipse: Fix build. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:60882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt7xD-0002bg-79 for guix-patches@gnu.org; Mon, 11 Feb 2019 04:32:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt7x9-0003mr-Ld for guix-patches@gnu.org; Mon, 11 Feb 2019 04:32:41 -0500 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:51330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt7x9-0003iW-2B for guix-patches@gnu.org; Mon, 11 Feb 2019 04:32:39 -0500 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id E044216A41 for ; Mon, 11 Feb 2019 09:32:31 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f3c41469 for ; Mon, 11 Feb 2019 09:32:31 +0000 (UTC) From: Christopher Baines Date: Mon, 11 Feb 2019 09:32:31 +0000 Message-Id: <20190211093231.17805-1-mail@cbaines.net> 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: 34429@debbugs.gnu.org Add a patch from the upstream repository [1] that resolves some errors th= at prevent the package from building [2]. 1: https://github.com/red-eclipse/base/commit/b16b4963c1ad81bb9ef784bc49 2: error: =E2=80=98____gammal_r_finite=E2=80=99 was not declared in this = scope * gnu/packages/games.scm (red-eclipse)[source] Add patch. * gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: New file * gnu/local.mk (dist_patch_DATA): Add new patch. --- gnu/local.mk | 1 + gnu/packages/games.scm | 4 +- .../red-eclipse-remove-gamma-name-hack.patch | 52 +++++++++++++++++++ 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/red-eclipse-remove-gamma-name-ha= ck.patch diff --git a/gnu/local.mk b/gnu/local.mk index 37083ca916..ca46ae7419 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1193,6 +1193,7 @@ dist_patch_DATA =3D \ %D%/packages/patches/rct-add-missing-headers.patch \ %D%/packages/patches/readline-link-ncurses.patch \ %D%/packages/patches/readline-6.2-CVE-2014-2524.patch \ + %D%/packages/patches/red-eclipse-remove-gamma-name-hack.patch \ %D%/packages/patches/reposurgeon-add-missing-docbook-files.patch \ %D%/packages/patches/reptyr-fix-gcc-7.patch \ %D%/packages/patches/ripperx-missing-file.patch \ diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5d7c89a880..de53ac798d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2843,7 +2843,9 @@ http://lavachat.symlynx.com/unix/") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1vs9k6f5fgsiy1n72imlqm8khjwm8cryc08zwd4gr7yxlxv45bs0"= )))) + "1vs9k6f5fgsiy1n72imlqm8khjwm8cryc08zwd4gr7yxlxv45bs0"= )) + (patches + (search-patches "red-eclipse-remove-gamma-name-hack.pat= ch")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target diff --git a/gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patc= h b/gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch new file mode 100644 index 0000000000..573920cb99 --- /dev/null +++ b/gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch @@ -0,0 +1,52 @@ +From b16b4963c1ad81bb9ef784bc4913a4c8ab5f1bb4 Mon Sep 17 00:00:00 2001 +From: Lee Salzman +Date: Tue, 12 Sep 2017 14:45:10 -0400 +Subject: [PATCH] remove gamma name hack + +--- + src/engine/main.cpp | 6 +++--- + src/shared/cube.h | 8 -------- + 2 files changed, 3 insertions(+), 11 deletions(-) + +diff --git a/src/engine/main.cpp b/src/engine/main.cpp +index 1032004d..77c9233a 100644 +--- a/src/engine/main.cpp ++++ b/src/engine/main.cpp +@@ -278,10 +278,10 @@ static void setgamma(int val) + } +=20 + static int curgamma =3D 100; +-VARF(IDF_PERSIST, gamma, 30, 100, 300, ++VARFN(IDF_PERSIST, gamma, reqgamma, 30, 100, 300, + { +- if(initing || gamma =3D=3D curgamma) return; +- curgamma =3D gamma; ++ if(initing || reqgamma =3D=3D curgamma) return; ++ curgamma =3D reqgamma; + setgamma(curgamma); + }); +=20 +diff --git a/src/shared/cube.h b/src/shared/cube.h +index 3864c492..7ff5e267 100644 +--- a/src/shared/cube.h ++++ b/src/shared/cube.h +@@ -3,19 +3,11 @@ +=20 + #define _FILE_OFFSET_BITS 64 +=20 +-#ifdef __GNUC__ +-#define gamma __gamma +-#endif +- + #ifdef WIN32 + #define _USE_MATH_DEFINES + #endif + #include +=20 +-#ifdef __GNUC__ +-#undef gamma +-#endif +- + #include + #include + #include --=20 2.20.1