diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-10 17:15:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-10 17:15:32 +0200 |
commit | e43e980f847564e46f96e09bf77c648c3ef98b3c (patch) | |
tree | aa1bf1115c57e3b4db740aac918aec1ea64a5eec /gnu/local.mk | |
parent | 29c6fb0d33b3bea8677093eed1cfbd6483c9fbe8 (diff) | |
download | guix-e43e980f847564e46f96e09bf77c648c3ef98b3c.tar guix-e43e980f847564e46f96e09bf77c648c3ef98b3c.tar.gz |
gnu: aegisub: Fix build with Make 4.3.
* gnu/packages/patches/aegisub-make43.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (aegisub)[source](patches): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2197ae5775..b10c856721 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -722,7 +722,8 @@ dist_patch_DATA = \ %D%/packages/patches/aegis-test-fixup-1.patch \ %D%/packages/patches/aegis-test-fixup-2.patch \ %D%/packages/patches/aegisub-icu59-include-unistr.patch \ - %D%/packages/patches/aegisub-boost68.patch \ + %D%/packages/patches/aegisub-boost68.patch \ + %D%/packages/patches/aegisub-make43.patch \ %D%/packages/patches/agg-am_c_prototype.patch \ %D%/packages/patches/akonadi-paths.patch \ %D%/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch \ |