Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
default_config.diff | This patch fixes system wide default Lazarus configuration. It adds the needed configuration to adapt Lazarus to Debian and makes it running out of the box without need of any user's pre-configuration. |
no | ||||
lcl-with-multple-widget-sets.diff | This patch enable building all linux supported LCL widget sets. =================================================================== |
no | ||||
drop_carbon_from_Makefiles.patch | With carbon stripped from the source tree, we need to strip the carbon dir from the clean targets =================================================================== |
Paul Gevers <elbrus@debian.org> | no | |||
Fixed-compilation-of-testsuite-on-armel.patch | Fixed compilation of test suite on armel. The crash was due to a source file disabling FPU emulation. However, on armel, FPU emulation is needed as no hardware FPU is present. . This patch removed the compiler flag that disabled the FPU emulation. This should not harm, as on other targets, the compiler will by default use the hardware FPU. diff --git a/components/lazreport/source/addons/addfunction/frFuncNum.pas b/components/lazreport/source/addons/addfunction/frFuncNum.pas index 769a340d..75e9c037 100644 |
Abou Al Montacir <abou.almontacir@sfr.fr> | no | |||
Fixed-lcl-docs-installation-path.patch | Fixed LCL docs installation path. Path where LCL docs were installation was wrong. It contains an extra lcl level which needs to be removed. diff --git a/docs/html/Makefile b/docs/html/Makefile index 05875b79..8f28ae7e 100644 |
Abou Al Montacir <abou.almontacir@sfr.fr> | no | |||
Fixed-lcl-docs-build.patch | Fixed LCL docs build. PNG file laztitle.png is no more shipped. Instead, a SVG files of same name is provided. We replace references for PNG file by laztitle.svg. diff --git a/components/turbopower_ipro/examples/index.html b/components/turbopower_ipro/examples/index.html index d0da352f..51e72204 100644 |
Abou Al Montacir <abou.almontacir@sfr.fr> | no | |||
Replaced-instantfpc-by-ifpc.patch | [PATCH 3/5] Replaced instantfpc by ifpc. | Abou Al Montacir <abou.almontacir@sfr.fr> | no | 2024-01-01 |