diff options
| author | Timo Teräs <timo.teras@iki.fi> | 2015-02-04 08:45:31 +0000 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2015-02-04 08:45:31 +0000 |
| commit | ba8d75d419f30a5a8220c491a630d7fa82676e70 (patch) | |
| tree | 28e40ad2b73ae59e14a2cdce6443043d52755dbf /testing/libreoffice/fix-includes.patch | |
| parent | 686520e54429013f4b39474da318a7456ada72c9 (diff) | |
| download | aports-ba8d75d419f30a5a8220c491a630d7fa82676e70.tar.bz2 aports-ba8d75d419f30a5a8220c491a630d7fa82676e70.tar.xz | |
testing/libreoffice: new aport
LibreOffice - The Free Office Suite
http://www.libreoffice.org/
Diffstat (limited to 'testing/libreoffice/fix-includes.patch')
| -rw-r--r-- | testing/libreoffice/fix-includes.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/libreoffice/fix-includes.patch b/testing/libreoffice/fix-includes.patch new file mode 100644 index 0000000000..b1f1b44101 --- /dev/null +++ b/testing/libreoffice/fix-includes.patch @@ -0,0 +1,31 @@ +--- libreoffice-4.4.0.3/vcl/inc/headless/svpinst.hxx 2015-02-02 20:38:46.879497689 -0200 ++++ libreoffice-4.4.0.3/vcl/inc/headless/svpinst.hxx 2015-02-02 20:38:55.482831474 -0200 +@@ -32,6 +32,7 @@ + #include <list> + + #include <time.h> ++#include <sys/time.h> + + #define VIRTUAL_DESKTOP_WIDTH 1024 + #define VIRTUAL_DESKTOP_HEIGHT 768 +--- libreoffice-4.4.0.3/vcl/unx/generic/gdi/cairotextrender.cxx 2015-02-02 21:19:22.822959064 -0200 ++++ libreoffice-4.4.0.3/vcl/unx/generic/gdi/cairotextrender.cxx 2015-02-02 21:19:48.312960404 -0200 +@@ -18,6 +18,7 @@ + */ + + #include "cairotextrender.hxx" ++#include "generic/glyphcache.hxx" + + #include <basegfx/polygon/b2dpolypolygon.hxx> + #include <vcl/settings.hxx> +--- libreoffice-4.4.0.3/sd/source/ui/remotecontrol/BluetoothServer.cxx 2015-02-03 08:42:36.590056362 -0200 ++++ libreoffice-4.4.0.3/sd/source/ui/remotecontrol/BluetoothServer.cxx 2015-02-03 08:42:46.030056456 -0200 +@@ -22,7 +22,7 @@ + #include <dbus/dbus.h> + #include <errno.h> + #include <fcntl.h> +- #include <sys/unistd.h> ++ #include <unistd.h> + #include <sys/socket.h> + #include <bluetooth/bluetooth.h> + #include <bluetooth/rfcomm.h> |
