Copied from Debian: https://anonscm.debian.org/cgit/pkg-games/lierolibre.git/tree/debian/patches/0003-Remove-unknown-arch-warning.patch?id=82910748906855f6e6bfe30b3f077e8c793ae424 From a9592533eeabed075b13d11c64f63f503dc13343 Mon Sep 17 00:00:00 2001 From: Martin Erik Werner Date: Sun, 28 Jun 2015 19:31:30 +0200 Subject: [PATCH 3/3] Remove unknown arch warning The warning was just excessivley spammy, remove it. --- support/platform.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gvl/support/platform.h b/src/gvl/support/platform.h index 1857b7c..ff6a7d2 100644 --- a/src/gvl/support/platform.h +++ b/src/gvl/support/platform.h @@ -87,8 +87,6 @@ # define GVL_X86_64 1 # elif defined(__i386__) || defined(_M_IX86) || defined(i386) || defined(i486) || defined(intel) || defined(x86) || defined(i86pc) # define GVL_X86 1 -# else -# warning "Unknown architecture, please add it" # endif #endif -- 2.4.6 sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lua.scm
AgeCommit message (Collapse)Author
2023-09-10gnu: lua: Update to 5.4.6.Tobias Geerinckx-Rice
* gnu/packages/lua.scm (lua): Update to 5.4.6.
2023-09-13gnu: emilua: Update to 0.4.3.Valter Nazianzeno
* gnu/packages/lua.scm (emilua): Update to 0.4.3. [source]: Remove recursive? and replace with inputs. [arguments]: Update style, add patch phase, enable tests and enable some more features. [native-inputs]: Add gperf, gawk and xdd. [inputs]: Add emilua-http and trial-protocol as origin is no longer recursive, also add serd, sord, libcap and liburing. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-08-15gnu: fennel: Update to 1.3.1.Yovan Naumovski
* gnu/packages/lua.scm (fennel): Update to 1.3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>