diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-26 15:48:26 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-26 15:50:32 -0500 |
commit | 977736fc4064e6575abde12dbfe7bb79afad54be (patch) | |
tree | fab75744b90cb10eca9022445a570bb5c4a56140 /gnu-system.am | |
parent | 8a984cb3072fe769ddd2bcefac873222f8f474b6 (diff) | |
download | patches-977736fc4064e6575abde12dbfe7bb79afad54be.tar patches-977736fc4064e6575abde12dbfe7bb79afad54be.tar.gz |
gnu: irrlicht: Fix build with mesa-10.
* gnu/packages/patches/irrlicht-mesa-10.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/games.scm (irrlicht): Add patch. Add glu to inputs.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2bc688b435..5acc6f4413 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -388,6 +388,7 @@ dist_patch_DATA = \ gnu/packages/patches/icecat-CVE-2014-1592.patch \ gnu/packages/patches/icecat-CVE-2014-1593.patch \ gnu/packages/patches/icecat-CVE-2014-1594.patch \ + gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jbig2dec-ignore-testtest.patch \ gnu/packages/patches/kmod-module-directory.patch \ gnu/packages/patches/libarchive-CVE-2013-0211.patch \ |