diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-31 10:26:16 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-31 10:26:32 +0200 |
commit | 47970cf66ce1817d79a09dbc8e5a9e3af262b242 (patch) | |
tree | 904a0798a0e553dee6cee3b4e730989b4f843b24 /gnu/local.mk | |
parent | 5dc5c5ea41fd72b0999c043148615bb2e585fe85 (diff) | |
download | patches-47970cf66ce1817d79a09dbc8e5a9e3af262b242.tar patches-47970cf66ce1817d79a09dbc8e5a9e3af262b242.tar.gz |
gnu: wesnoth: Fix building with newer boost.
* gnu/packages/games.scm (wesnoth)[source]: Add patch.
* gnu/packages/patches/wenoth-newer-boost.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 5b117595b9..050d174f5b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1237,6 +1237,7 @@ dist_patch_DATA = \ %D%/packages/patches/wavpack-CVE-2018-7253.patch \ %D%/packages/patches/wavpack-CVE-2018-7254.patch \ %D%/packages/patches/weechat-python.patch \ + %D%/packages/patches/wesnoth-newer-boost.patch \ %D%/packages/patches/wicd-bitrate-none-fix.patch \ %D%/packages/patches/wicd-get-selected-profile-fix.patch \ %D%/packages/patches/wicd-urwid-1.3.patch \ |