You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/libX11/files/libX11-1.1.5-solaris.patch

14 lines
246 B

wchar_t is defined in /usr/include/stddef.h on Solaris
--- include/X11/Xlib.h
+++ include/X11/Xlib.h
@@ -71,7 +71,7 @@
#endif
#endif
-#ifndef X_WCHAR
+#if !defined(X_WCHAR) || defined(__sun__)
#include <stddef.h>
#else
#ifdef __UNIXOS2__