diff options
Diffstat (limited to 'user/libreoffice/fix-includes.patch')
-rw-r--r-- | user/libreoffice/fix-includes.patch | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/user/libreoffice/fix-includes.patch b/user/libreoffice/fix-includes.patch index 4a837a94b..a4adcd352 100644 --- a/user/libreoffice/fix-includes.patch +++ b/user/libreoffice/fix-includes.patch @@ -1,7 +1,5 @@ -diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx -index f177d86..99bb408 100644 ---- a/sd/source/ui/remotecontrol/BluetoothServer.cxx -+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx +--- libreoffice-6.2.1.2/sd/source/ui/remotecontrol/BluetoothServer.cxx ++++ libreoffice-6.2.1.2/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -21,7 +21,7 @@ #include <dbus/dbus.h> #include <errno.h> @@ -11,26 +9,3 @@ index f177d86..99bb408 100644 #include <sys/socket.h> #include <bluetooth/bluetooth.h> #include <bluetooth/rfcomm.h> -diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx -index 932e928..b65ced7 100644 ---- a/vcl/inc/headless/svpinst.hxx -+++ b/vcl/inc/headless/svpinst.hxx -@@ -30,7 +30,7 @@ - - #include <list> - --#include <time.h> -+#include <sys/time.h> - - #define VIRTUAL_DESKTOP_WIDTH 1024 - #define VIRTUAL_DESKTOP_HEIGHT 768 ---- a/avmedia/source/vlc/wrapper/Types.hxx 2017-01-12 01:54:33.000000000 +0100 -+++ b/avmedia/source/vlc/wrapper/Types.hxx 2017-01-27 20:03:39.243895504 +0100 -@@ -15,6 +15,7 @@ - #if defined(_WIN32) - typedef __int64 libvlc_time_t; - #else -+# include <stdint.h> - typedef int64_t libvlc_time_t; - #endif - |