aboutsummaryrefslogtreecommitdiff
--- a/libziparchive/zip_writer.cc	2018-04-25 22:33:05.472674164 +0200
+++ b/libziparchive/zip_writer.cc	2018-04-25 22:33:21.296519518 +0200
@@ -22,6 +22,7 @@
 
 #include <sys/param.h>
 
+#include <cstring>
 #include <cassert>
 #include <cstdio>
 #include <memory>
6f6831c30c3d3eba59a10fed06131514'>patches/irrlicht-link-against-needed-libs.patch
AgeCommit message (Expand)Author
2022-05-29gnu: irrlicht: Update to 1.8.5....* gnu/packages/games.scm (irrlicht): Update to 1.8.5. [source]: Use unmodified Debian patches rather than manually maintain a custom mash-up. [arguments]: Add a new 'delete-broken-install-rule phase instead. Don't explicitly return #t from phases. * gnu/packages/patches/irrlicht-link-against-needed-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice