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 #include #include +#include #include #include #include : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-24.gitignore: Adjust the glob pattern for the "doc/stamp" files....* .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9. Signed-off-by: Leo Famulari <leo@famulari.name> B. Wilson
2020-10-20gitignore: Ignore generated guile binary and intermediate products....* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp. Julien Lepiller
2020-09-17guix-install.sh: Support OpenRC....* etc/guix-install.sh (chk_init_sys): Detect OpenRC. (sys_enable_guix_daemon): Install & enable the Guix daemon on such systems. * etc/openrc/guix-daemon.in: New file. * nix/local.mk: Add a rule for it. (openrcservicedir, nodist_openrcservice_DATA): New variables. (CLEANFILES, EXTRA_DIST): Add them. * .gitignore: Ignore etc/openrc/guix-daemon. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith
2020-07-17gitignore: Don't ignore daemon source code....Remove files that are included in the repository from .gitignore. This improves the behavior of some code-searching tools. Jakub Kądziołka
2020-06-28.gitignore: Ignore 'etc/committer.scm'....* .gitignore: Add '/etc/committer.scm'. Brice Waegeneire