12345678910111213 |
- --- template.orig 2020-11-01 13:35:23.919819000 +0600
- +++ template 2020-11-01 14:35:20.486652000 +0600
- @@ -39,2 +39,9 @@ fi
-
- +# Liberation
- +post_patch() {
- + # The command below has been taken from:
- + # https://git.parabola.nu/abslibre.git/tree/libre/sdl/PKGBUILD
- + rm -v src/video/fbcon/riva_mmio.h
- +}
- +
- SDL-devel_package() {
|