termux-packages/packages/libx11/src-CrGlCur.c.patch

13 lines
379 B
Diff

diff -uNr libX11-1.6.7/src/CrGlCur.c libX11-1.6.7.mod/src/CrGlCur.c
--- libX11-1.6.7/src/CrGlCur.c 2018-10-09 17:27:08.000000000 +0300
+++ libX11-1.6.7.mod/src/CrGlCur.c 2018-11-28 19:31:06.941489053 +0200
@@ -55,7 +55,7 @@
#endif
#ifndef LIBXCURSOR
-#define LIBXCURSOR "libXcursor.so.1"
+#define LIBXCURSOR "libXcursor.so"
#endif
static char libraryName[] = LIBXCURSOR;