|
|
@@ -1,10 +1,35 @@
|
|
|
---- gtk/main.c.orig Mon Sep 30 08:59:51 2002
|
|
|
-+++ gtk/main.c Mon Sep 30 08:59:38 2002
|
|
|
-@@ -43,6 +43,7 @@
|
|
|
+Index: gtk/Makefile.in
|
|
|
+--- gtk/Makefile.in.orig 2004-02-19 03:40:27.000000000 +0100
|
|
|
++++ gtk/Makefile.in 2004-02-20 14:18:05.000000000 +0100
|
|
|
+@@ -488,11 +488,6 @@
|
|
|
+
|
|
|
+ .SUFFIXES:
|
|
|
+ .SUFFIXES: .c .lo .o .obj
|
|
|
+-$(srcdir)/Makefile.in: Makefile.am $(srcdir)/Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
+- cd $(top_srcdir) && \
|
|
|
+- $(AUTOMAKE) --gnu gtk/Makefile
|
|
|
+-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
+- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
|
|
+
|
|
|
+ AR = ar
|
|
|
+
|
|
|
+@@ -680,7 +675,7 @@
|
|
|
+ done
|
|
|
+ check-am: all-am
|
|
|
+ check: check-am
|
|
|
+-all-am: Makefile $(LIBRARIES) $(HEADERS)
|
|
|
++all-am: $(LIBRARIES) $(HEADERS)
|
|
|
+
|
|
|
+ installdirs:
|
|
|
+
|
|
|
+Index: gtk/main.c
|
|
|
+--- gtk/main.c.orig 2004-02-18 01:02:10.000000000 +0100
|
|
|
++++ gtk/main.c 2004-02-20 14:07:28.000000000 +0100
|
|
|
+@@ -47,6 +47,7 @@
|
|
|
|
|
|
#include <string.h>
|
|
|
#include <ctype.h>
|
|
|
+#include <unistd.h>
|
|
|
|
|
|
- #ifdef HAVE_IO_H
|
|
|
- #include <io.h> /* open/close on win32 */
|
|
|
+ #ifdef HAVE_UNISTD_H
|
|
|
+ #include <unistd.h>
|