void-packages/srcpkgs/libreoffice/patches/0008-musl-sys_time_h.patch
Jürgen Buchmüller acb80bdae0 New package: libreoffice-5.1.0.3
It builds with musl libc. Installed language is just en-US, because
building many or all takes way too long. For i18n support there are
separate packages using the precompiled RPMs from the website.

Cross compiling does not work yet, but should be possible after some
more tweaking and patching.
2016-02-27 12:15:36 +01:00

13 lines
324 B
Diff

--- vcl/inc/headless/svpinst.hxx 2016-01-27 01:58:25.000000000 +0100
+++ vcl/inc/headless/svpinst.hxx 2016-02-24 18:41:32.947510323 +0100
@@ -32,6 +32,9 @@
#include <list>
#include <time.h>
+#if !defined(__GLIBC__)
+#include <sys/time.h>
+#endif
#define VIRTUAL_DESKTOP_WIDTH 1024
#define VIRTUAL_DESKTOP_HEIGHT 768