[gtk+/gtk-3-4] Fix the build on Solaris
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-4] Fix the build on Solaris
- Date: Sun, 15 Jul 2012 16:58:29 +0000 (UTC)
commit e9425fa7dffecc7e5c366b1a701becb5fdfeb1c5
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 25 23:13:42 2012 -0400
Fix the build on Solaris
http://bugzilla.gnome.org/show_bug.cgi?id=663991
gtk/gtksearchenginesimple.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtksearchenginesimple.c b/gtk/gtksearchenginesimple.c
index 1905f42..8d0e07f 100644
--- a/gtk/gtksearchenginesimple.c
+++ b/gtk/gtksearchenginesimple.c
@@ -26,8 +26,8 @@
* export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
* are defined. see bug #444097.
*/
-#define _XOPEN_SOURCE 500
-#define _GNU_SOURCE
+#define _XOPEN_SOURCE 600
+#define _GNU_SOURCE
#ifdef HAVE_FTW_H
#include <ftw.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]