diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-01-30 22:24:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-31 16:40:59 +0100 |
commit | 1c3c20ef0942bc8a32a5b4c9896545f814a92ff7 (patch) | |
tree | 5684d8f99d021a925edd4a81c97cf2a1a7390e72 /community/libreoffice/fix-includes.patch | |
parent | 579617df4d054ca27b6391661de9360b53230646 (diff) | |
download | aports-1c3c20ef0942bc8a32a5b4c9896545f814a92ff7.tar.bz2 aports-1c3c20ef0942bc8a32a5b4c9896545f814a92ff7.tar.xz |
community/libreoffice: upgrade to 6.4.0.3
Diffstat (limited to 'community/libreoffice/fix-includes.patch')
-rw-r--r-- | community/libreoffice/fix-includes.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/libreoffice/fix-includes.patch b/community/libreoffice/fix-includes.patch deleted file mode 100644 index d2048e284d..0000000000 --- a/community/libreoffice/fix-includes.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 -@@ -21,7 +21,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> |