aboutsummaryrefslogtreecommitdiffstats
path: root/community/libreoffice/fix-includes.patch
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-01-30 22:24:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-31 16:40:59 +0100
commit1c3c20ef0942bc8a32a5b4c9896545f814a92ff7 (patch)
tree5684d8f99d021a925edd4a81c97cf2a1a7390e72 /community/libreoffice/fix-includes.patch
parent579617df4d054ca27b6391661de9360b53230646 (diff)
downloadaports-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.patch13
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>