diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-11-25 20:33:13 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-11-25 23:29:09 +0100 |
commit | 644af6c87092936e8a556da192ee195db58d65b3 (patch) | |
tree | 938642b9efa1a1f63501aafe069e1ef4ac461e11 /gnu/local.mk | |
parent | 1e92d311c3e43827a76f5bc9a43def7f7690f8c1 (diff) | |
download | patches-644af6c87092936e8a556da192ee195db58d65b3.tar patches-644af6c87092936e8a556da192ee195db58d65b3.tar.gz |
gnu: aegisub: Fix build.
* gnu/packages/patches/aegisub-boost68.patch: New file
* gnu/local.mk: Add it.
* gnu/packages/video.scm (aegisub)[source]: Use patch.
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 5034727ac2..23af3f67d7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -574,6 +574,7 @@ 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/agg-am_c_prototype.patch \ %D%/packages/patches/amule-crypto-6.patch \ %D%/packages/patches/ansible-wrap-program-hack.patch \ |