60eea62380
More importantly, pull out the NetBSD diff that dealt with *BSDesque dlopen issues and, now that we have a working RTLD_DEFAULT, go with the FreeBSD hack^H^H^H^H method which works better.
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
$OpenBSD: patch-glib_gnulib_g-gnulib_h,v 1.2 2004/12/07 06:16:21 marcm Exp $
|
|
--- glib/gnulib/g-gnulib.h.orig Sat Oct 23 18:16:24 2004
|
|
+++ glib/gnulib/g-gnulib.h Thu Dec 2 23:50:53 2004
|
|
@@ -44,6 +44,8 @@
|
|
#define HAVE_SNPRINTF 0
|
|
#endif
|
|
|
|
+/* Undef this to work around issues in OpenBSD */
|
|
+#undef HAVE_WCHAR_T
|
|
|
|
#endif /* __G_GNULIB_H__ */
|
|
|