Kei Kebreau writes: > Marius Bakke writes: > >> * gnu/packages/patches/lierolibre-check-unaligned-access.patch, >> gnu/packages/patches/lierolibre-is-free-software.patch, >> gnu/packages/patches/lierolibre-remove-arch-warning.patch, >> gnu/packages/patches/lierolibre-try-building-other-arch.patch, >> gnu/packages/patches/lierolibre-newer-libconfig.patch: New files. >> * gnu/local.mk (dist_patch_DATA): Add them. >> * gnu/packages/games.scm (lierolibre): New variable. >> --- >> gnu/local.mk | 5 + >> gnu/packages/games.scm | 65 +++++++ >> .../lierolibre-check-unaligned-access.patch | 30 ++++ >> .../patches/lierolibre-is-free-software.patch | 38 +++++ >> .../patches/lierolibre-newer-libconfig.patch | 190 +++++++++++++++++++++ >> .../patches/lierolibre-remove-arch-warning.patch | 30 ++++ >> .../lierolibre-try-building-other-arch.patch | 56 ++++++ >> 7 files changed, 414 insertions(+) >> create mode 100644 gnu/packages/patches/lierolibre-check-unaligned-access.patch >> create mode 100644 gnu/packages/patches/lierolibre-is-free-software.patch >> create mode 100644 gnu/packages/patches/lierolibre-newer-libconfig.patch >> create mode 100644 gnu/packages/patches/lierolibre-remove-arch-warning.patch >> create mode 100644 gnu/packages/patches/lierolibre-try-building-other-arch.patch > > I had some trouble applying "lierolibre-is-free-software.patch" to the > source (encoding issues, possibly a fault on my end), but otherwise this > looks good with a rebase on the current master. Almost forgot about this patch. Thanks for checking, pushed!