summaryrefslogtreecommitdiff
path: root/package/libXfixes
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-29 05:41:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-29 05:41:40 +0100
commit9581e2ce4a1fc360d3db6ff78b2fcbe87dd2c4a9 (patch)
treeadd64dfc6ff2d5c86c81755dd2f7cb25228829c4 /package/libXfixes
parentc76d1960526d15cbcef6a61b4f7bed8eb5b95037 (diff)
Xorg: update Xserver, Xlibs and drivers
Diffstat (limited to 'package/libXfixes')
-rw-r--r--package/libXfixes/Makefile4
-rw-r--r--package/libXfixes/patches/patch-src_Xfixesint_h21
2 files changed, 2 insertions, 23 deletions
diff --git a/package/libXfixes/Makefile b/package/libXfixes/Makefile
index 2c8fe9631..a4ba595bf 100644
--- a/package/libXfixes/Makefile
+++ b/package/libXfixes/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libXfixes
-PKG_VERSION:= 5.0.1
+PKG_VERSION:= 5.0.3
PKG_RELEASE:= 1
-PKG_HASH:= 81b692856c0e7ab2778a34a32aa6b3f455b9b58cf388f009cba872ed933ae9c0
+PKG_HASH:= 9ab6c13590658501ce4bd965a8a5d32ba4d8b3bb39a5a5bc9901edffc5666570
PKG_DESCR:= x11 fixes library
PKG_SECTION:= x11/libs
PKG_BUILDDEP:= fixesproto xextproto xproto libX11
diff --git a/package/libXfixes/patches/patch-src_Xfixesint_h b/package/libXfixes/patches/patch-src_Xfixesint_h
deleted file mode 100644
index bb17cef2c..000000000
--- a/package/libXfixes/patches/patch-src_Xfixesint_h
+++ /dev/null
@@ -1,21 +0,0 @@
---- libXfixes-5.0.1.orig/src/Xfixesint.h 2013-05-29 06:11:24.000000000 +0200
-+++ libXfixes-5.0.1/src/Xfixesint.h 2015-12-31 00:01:21.448241629 +0100
-@@ -60,18 +60,4 @@ XFixesFindDisplay (Display *dpy);
- #define XFixesSimpleCheckExtension(dpy,i) \
- if (!XFixesHasExtension(i)) { return; }
-
--#ifndef HAVE__XEATDATAWORDS
--#include <X11/Xmd.h> /* for LONG64 on 64-bit platforms */
--#include <limits.h>
--
--static inline void _XEatDataWords(Display *dpy, unsigned long n)
--{
--# ifndef LONG64
-- if (n >= (ULONG_MAX >> 2))
-- _XIOError(dpy);
--# endif
-- _XEatData (dpy, n << 2);
--}
--#endif
--
- #endif /* _XFIXESINT_H_ */