diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 18:44:05 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 18:48:49 -0800 |
commit | cf6365c0957253940b8fae7e1a606105c6a2754c (patch) | |
tree | df259da4c45432c0fc3d2d2b496d226664ca94ce /pkgbuilds/osk-sdl/fix-compiling-for-gcc12.patch | |
parent | 75c587ea9c4b8bf19ef6eec11a6e0aed508f3dac (diff) |
Add osk-sdl PKGBUILD from danctnix Pine64-Arch
https://github.com/dreemurrs-embedded/Pine64-Arch
Diffstat (limited to 'pkgbuilds/osk-sdl/fix-compiling-for-gcc12.patch')
-rw-r--r-- | pkgbuilds/osk-sdl/fix-compiling-for-gcc12.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgbuilds/osk-sdl/fix-compiling-for-gcc12.patch b/pkgbuilds/osk-sdl/fix-compiling-for-gcc12.patch new file mode 100644 index 0000000..424b691 --- /dev/null +++ b/pkgbuilds/osk-sdl/fix-compiling-for-gcc12.patch @@ -0,0 +1,10 @@ +--- src/keyboard.h ++++ src/keyboard.h +@@ -22,6 +22,7 @@ + #include "config.h" + #include <SDL2/SDL.h> + #include <SDL2/SDL_ttf.h> ++#include <array> + #include <cmath> + #include <cstdint> + #include <list> |