diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-15 18:09:14 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-15 18:09:14 +0200 |
commit | c43626131222b7b62d8cb6f5fe90c072d440df26 (patch) | |
tree | 40d459883846bd7fd99bc5259c79db42f3553c86 /gnu/local.mk | |
parent | 2737c7fe8a24f18a7f1495781dbe34c4b8af5bed (diff) | |
download | guix-c43626131222b7b62d8cb6f5fe90c072d440df26.tar.gz |
gnu: sdl2: Fix build on 32-bit architectures.
* gnu/packages/patches/sdl2-mesa-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/sdl.scm (sdl2)[source](patches): New field.
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 b403386d68..e7af37eb9c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1314,6 +1314,7 @@ dist_patch_DATA = \ %D%/packages/patches/scotch-build-parallelism.patch \ %D%/packages/patches/scotch-integer-declarations.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ + %D%/packages/patches/sdl2-mesa-compat.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ %D%/packages/patches/sharutils-CVE-2018-1000097.patch \ %D%/packages/patches/shishi-fix-libgcrypt-detection.patch \ |