diff options
Diffstat (limited to 'package/libXtst')
-rw-r--r-- | package/libXtst/Makefile | 6 | ||||
-rw-r--r-- | package/libXtst/patches/patch-src_XRecord_c | 20 |
2 files changed, 3 insertions, 23 deletions
diff --git a/package/libXtst/Makefile b/package/libXtst/Makefile index fc5ae719e..ec7c7bcb5 100644 --- a/package/libXtst/Makefile +++ b/package/libXtst/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libXtst -PKG_VERSION:= 1.2.2 -PKG_RELEASE:= 2 -PKG_HASH:= 221838960c7b9058cd6795c1c3ee8e25bae1c68106be314bc3036a4f26be0e6c +PKG_VERSION:= 1.2.3 +PKG_RELEASE:= 1 +PKG_HASH:= a0c83acce02d4923018c744662cb28eb0dbbc33b4adc027726879ccf68fbc2c2 PKG_DESCR:= client interface to the record extension to the x protocol PKG_SECTION:= x11/libs PKG_BUILDDEP+= recordproto libXi diff --git a/package/libXtst/patches/patch-src_XRecord_c b/package/libXtst/patches/patch-src_XRecord_c deleted file mode 100644 index 865673b03..000000000 --- a/package/libXtst/patches/patch-src_XRecord_c +++ /dev/null @@ -1,20 +0,0 @@ ---- libXtst-1.2.2.orig/src/XRecord.c 2013-05-31 04:09:49.000000000 +0200 -+++ libXtst-1.2.2/src/XRecord.c 2015-12-31 09:10:38.348187290 +0100 -@@ -61,17 +61,6 @@ from The Open Group. - #include <X11/extensions/record.h> - #include <limits.h> - --#ifndef HAVE__XEATDATAWORDS --static inline void _XEatDataWords(Display *dpy, unsigned long n) --{ --# ifndef LONG64 -- if (n >= (ULONG_MAX >> 2)) -- _XIOError(dpy); --# endif -- _XEatData (dpy, n << 2); --} --#endif -- - static XExtensionInfo _xrecord_info_data; - static XExtensionInfo *xrecord_info = &_xrecord_info_data; - static const char *xrecord_extension_name = RECORD_NAME; |