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/packages/patches | |
parent | 504e26ed3238487adc62772798df6d41fc13668e (diff) | |
download | guix-18e56ad7eba42b23e338dfc77cd057bf8a076f19.tar guix-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/packages/patches')
-rw-r--r-- | gnu/packages/patches/aegisub-icu59-include-unistr.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/aegisub-icu59-include-unistr.patch b/gnu/packages/patches/aegisub-icu59-include-unistr.patch new file mode 100644 index 0000000000..78414741be --- /dev/null +++ b/gnu/packages/patches/aegisub-icu59-include-unistr.patch @@ -0,0 +1,12 @@ +This patch adds an include needed since icu59: +Source: https://git.archlinux.org/svntogit/community.git/plain/trunk/icu59.patch?h=packages/aegisub +--- aegisub-3.2.2/src/utils.cpp 2014-12-08 02:07:09.000000000 +0200 ++++ aegisub-3.2.2/src/utils.cpp 2017-04-26 11:11:15.438239182 +0300 +@@ -44,6 +44,7 @@ + #include <boost/filesystem/path.hpp> + #include <map> + #include <unicode/locid.h> ++#include <unicode/unistr.h> + #include <wx/clipbrd.h> + #include <wx/filedlg.h> + #include <wx/stdpaths.h> |