openbsd-ports/devel/gconf/patches/patch-gconf_gconf-internals_c
wilfried 485c52a7d5 Update to GConf-1.0.7, from maintainer
* Better compability for installing gconf 1 & 2 side by side
* Better UTF8 handling
* Lots of compilation and configuring fixes
* Some portability fixes
* Plus a lot of other fixes, see Changelog for full description
2001-11-13 14:04:41 +00:00

15 lines
415 B
Plaintext

$OpenBSD: patch-gconf_gconf-internals_c,v 1.1 2001/11/13 14:04:41 wilfried Exp $
--- gconf/gconf-internals.c.orig Mon Oct 29 19:42:49 2001
+++ gconf/gconf-internals.c Sun Nov 11 23:07:50 2001
@@ -38,6 +38,10 @@
#include <time.h>
#include <math.h>
+#ifdef HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#endif
+
#define g_utf8_skip gconf_g_utf8_skip
typedef void (* GSpawnChildSetupFunc) (gpointer user_data);