Module Name:    xsrc
Committed By:   nia
Date:           Tue Sep 15 14:29:04 UTC 2020

Modified Files:
        xsrc/external/mit/libX11/dist/src: CrGlCur.c

Log Message:
Dynamically load an unversioned libXcursor.

The version number is wrong for NetBSD (we have libXcursor.so.2 instead of
libXcursor.so.1) and this makes things fail.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/libX11/dist/src/CrGlCur.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libX11/dist/src/CrGlCur.c
diff -u xsrc/external/mit/libX11/dist/src/CrGlCur.c:1.1.1.4 xsrc/external/mit/libX11/dist/src/CrGlCur.c:1.2
--- xsrc/external/mit/libX11/dist/src/CrGlCur.c:1.1.1.4	Sat May 22 01:22:13 2010
+++ xsrc/external/mit/libX11/dist/src/CrGlCur.c	Tue Sep 15 14:29:04 2020
@@ -55,7 +55,7 @@ typedef void *XModuleType;
 #endif
 
 #ifndef LIBXCURSOR
-#define LIBXCURSOR "libXcursor.so.1"
+#define LIBXCURSOR "libXcursor.so"
 #endif
 
 static char libraryName[] = LIBXCURSOR;

Reply via email to