Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-inline_Fcons-for-compiling-with-gcc-5.0.patch | Fix inline_Fcons for compiling with gcc 5.0 | Jose M Calhariz <jose@calhariz.com> | no | 2015-08-18 | ||
0002-guess-stack-direction | Guess stack direction =================================================================== |
Edmund Grimley Evans <edmund.grimley.evans@gmail.com> | no | debian | ||
0003-hppa-metag-stack-direction | Fix FTBFS on hppa, stack direction is upwards. =================================================================== |
Helge Deller <deller@gmx.de> | no | debian | ||
build-fix-Wimplicit-int-Wimplicit-function-declaration.patch | build: fix -Wimplicit-int, -Wimplicit-function-declaration Clang 16 will make -Wimplicit-int and -Wimplicit-function-declaration errors by default. In this case, it manifests as: ``` checking for data type to store Lisp values... configure: error: cannot find Lisp value type; set --with-value-type (see README) ``` For more information, see LWN.net [0] or LLVM's Discourse [1], or the (new) c-std-porting mailing list [2]. [0] https://lwn.net/Articles/913505/ [1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213 [2] hosted at lists.linux.dev. |
Sam James <sam@gentoo.org> | no | https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a935681a6fcabf47524c72420050b6a9030f555d | 2022-11-05 |