diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-07-17 15:29:27 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-07-17 15:29:56 +0300 |
commit | 7ad2a4f1d50e5a397010ec90dba79feaca296a81 (patch) | |
tree | 5787dd65f2398a337b4f892cc058f3082d1a83fa /gnu/local.mk | |
parent | 5beecc320ee3f4224e356508547416b4bd24ad4b (diff) | |
download | patches-7ad2a4f1d50e5a397010ec90dba79feaca296a81.tar patches-7ad2a4f1d50e5a397010ec90dba79feaca296a81.tar.gz |
gnu: supertuxkart: Fix build on aarch64.
* gnu/packages/games.scm (supertuxkart)[source]: Add patch.
* gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 96e4b2d254..8e3a52d28c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1012,6 +1012,7 @@ dist_patch_DATA = \ %D%/packages/patches/spice-CVE-2017-7506.patch \ %D%/packages/patches/steghide-fixes.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ + %D%/packages/patches/supertuxkart-angelscript-ftbfs.patch \ %D%/packages/patches/swish-e-search.patch \ %D%/packages/patches/swish-e-format-security.patch \ %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch \ |