Age | Commit message (Collapse) | Author |
|
"Don't forget the +" and what happened? It got forgotten
|
|
GCC14 upped incompatible-pointer-types to an error which caused the build to fail.
For the time being add a suggestion by LHLaurini which demotes this back to a warning until upstream comes to a conclusion (which may -fpermissive)
|
|
|
|
|
|
Kinda overlooked that I played in this repo while investigating the issue with failing compilations.
Therefore when i applied the temporary fix I uploaded 2.0 again... >.>
|
|
|
|
|
|
|
|
As long as upstream doesn't fix the initialization of global variables, add a patch which adds -fcommon, which is the gcc <= 9.x behaviour.
See for example: https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
or the GCC release notes.
|
|
This reverts commit aa1b9ef5c79d690cf2a86a808add2ce6decfa5b4.
|
|
This reverts commit 187d08a8ab19a4e8f537e57d3052540be1cf841d.
|
|
This reverts commit bf4a2f6199267973bb39b138359cb1d9704c8716.
|
|
|
|
|
|
|
|
Patch seems to be obsolete now
|
|
Thanks to ChrisAllan and SpotlightKid on providing the patch and helping others.
|
|
|
|
|
|
|
|
|
|
Thanks to GreenRaccoon23 for pointing this out.
Upstream changed it with https://github.com/alessandrofrancesconi/gimp-plugin-bimp/commit/9c60f4c39e777b211a6289ca3da2187a27511a08
|
|
|
|
and correct the old gitignore
|
|
History: https://github.com/Narrat/PKGBuilds
|