Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2fc3c478f9337a369e840b6ec2b72256 > files > 7

gnome-libs-1.4.2-22mdv2009.0.src.rpm

--- gnome-libs-1.2.13/support/poptint.h.prototypes	Mon Aug 27 17:38:20 2001
+++ gnome-libs-1.2.13/support/poptint.h	Mon Aug 27 17:37:09 2001
@@ -45,7 +45,7 @@
 
 #define	xfree(_a)	free((void *)_a)
 
-#ifdef HAVE_LIBINTL_H
+#ifdef ENABLE_NLS
 #include <libintl.h>
 #endif
 
--- gnome-libs-1.2.13/libgnomeui/gnome-dock-layout.c.prototypes	Mon Dec 18 18:09:51 2000
+++ gnome-libs-1.2.13/libgnomeui/gnome-dock-layout.c	Mon Aug 27 17:44:53 2001
@@ -20,6 +20,8 @@
    Author: Ettore Perazzoli <ettore@comm2000.it>
 */
 
+#include <string.h>
+
 #include <gtk/gtk.h>
 #include <stdio.h>
 
--- gnome-libs-1.2.13/libgnomeui/gnome-window.c.prototypes	Mon Aug 27 17:45:21 2001
+++ gnome-libs-1.2.13/libgnomeui/gnome-window.c	Mon Aug 27 17:45:33 2001
@@ -22,6 +22,8 @@
  */
 
 
+#include <string.h>
+
 #include <config.h>
 #include <glib.h>
 #include <gtk/gtkwindow.h>
--- gnome-libs-1.2.13/libgnomeui/gnome_segv.c.prototypes	Mon Aug 27 17:46:08 2001
+++ gnome-libs-1.2.13/libgnomeui/gnome_segv.c	Mon Aug 27 17:47:39 2001
@@ -6,6 +6,10 @@
 #ifndef _POSIX_SOURCE
 #  define _POSIX_SOURCE 1
 #endif
+/* Needed for putenv under GNU Libc */
+#ifndef _XOPEN_SOURCE
+#  define _XOPEN_SOURCE 1
+#endif
 #include <sys/types.h>
 #include <sys/wait.h>