diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-08-03 13:52:13 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-08-13 11:43:04 -0400 |
commit | 18e56ad7eba42b23e338dfc77cd057bf8a076f19 (patch) | |
tree | 3c2110c53d7354a36e7c0d1f2da17e4578d23a45 /gnu/local.mk | |
parent | 504e26ed3238487adc62772798df6d41fc13668e (diff) | |
download | patches-18e56ad7eba42b23e338dfc77cd057bf8a076f19.tar patches-18e56ad7eba42b23e338dfc77cd057bf8a076f19.tar.gz |
gnu: aegisub: Fix build.
* gnu/packages/patches/aegisub-icu59-include-unistr.patch: New file.
* gnu/lokal.mk (dist_patch_DATA): Register it.
* gnu/packages/video.scm (aegisub)[source]: Use patch.
[arguments]: Add CXXFLAGS, Return #t from fix-ldflags phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 dee36f8b44..53120db7f7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -566,6 +566,7 @@ dist_patch_DATA = \ %D%/packages/patches/aegis-perl-tempdir2.patch \ %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/agg-am_c_prototype.patch \ %D%/packages/patches/amule-crypto-6.patch \ %D%/packages/patches/ansible-wrap-program-hack.patch \ |