diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-19 18:00:41 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-19 18:00:41 +0200 |
commit | 57d87f435fcb05a8e44a6d0545d0212429826bd0 (patch) | |
tree | 930059488e65f6f747ca4b3aafa3a5ddbf5c0821 /gnu/local.mk | |
parent | b16e08279938fae329e62154da749860bdccef04 (diff) | |
download | guix-57d87f435fcb05a8e44a6d0545d0212429826bd0.tar guix-57d87f435fcb05a8e44a6d0545d0212429826bd0.tar.gz |
gnu: supertux: Adjust for recent GCC and Boost.
* gnu/packages/patches/supertux-fix-build-with-gcc5.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/games.scm (supertux)[source](patches): Remove.
[arguments]: Adjust <#:configure-flags>.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 35775041b8..528ad703a4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1307,7 +1307,6 @@ dist_patch_DATA = \ %D%/packages/patches/superlu-dist-awpm-grid.patch \ %D%/packages/patches/superlu-dist-fix-mpi-deprecations.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ - %D%/packages/patches/supertux-fix-build-with-gcc5.patch \ %D%/packages/patches/supertux-unbundle-squirrel.patch \ %D%/packages/patches/swig-guile-gc.patch \ %D%/packages/patches/swish-e-search.patch \ |