summaryrefslogtreecommitdiff
path: root/package/xorg-server/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-29 20:29:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-29 20:29:44 +0100
commita60a17cd488cbe017b95f52bcb0f881d7a4a5846 (patch)
tree6256c2f07571ae20f424c39b247752b5e32ea226 /package/xorg-server/patches
parente17110aeb3863c1292eb3e58b7597174bea6cc85 (diff)
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/xorg-server/patches')
-rw-r--r--package/xorg-server/patches/patch-hw_xfree86_os-support_xf86_OSlib_h16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/xorg-server/patches/patch-hw_xfree86_os-support_xf86_OSlib_h b/package/xorg-server/patches/patch-hw_xfree86_os-support_xf86_OSlib_h
deleted file mode 100644
index 2fa3bed60..000000000
--- a/package/xorg-server/patches/patch-hw_xfree86_os-support_xf86_OSlib_h
+++ /dev/null
@@ -1,16 +0,0 @@
---- xorg-server-1.15.0.orig/hw/xfree86/os-support/xf86_OSlib.h 2013-12-15 08:48:09.000000000 +0100
-+++ xorg-server-1.15.0/hw/xfree86/os-support/xf86_OSlib.h 2014-03-14 22:59:25.000000000 +0100
-@@ -177,12 +177,8 @@
- #include <stdlib.h>
- #include <sys/types.h>
- #include <assert.h>
--
--#ifdef __linux__
--#include <termio.h>
--#else /* __GLIBC__ */
- #include <termios.h>
--#endif
-+
- #ifdef __sparc__
- #include <sys/param.h>
- #endif