33 lines
938 B
Diff
33 lines
938 B
Diff
|
---
|
||
|
unix/Makefile.in | 3 ++-
|
||
|
unix/gtkcols.h | 2 +-
|
||
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
||
|
|
||
|
Index: putty-0.62/unix/Makefile.in
|
||
|
===================================================================
|
||
|
--- putty-0.62.orig/unix/Makefile.in
|
||
|
+++ putty-0.62/unix/Makefile.in
|
||
|
@@ -106,7 +106,8 @@
|
||
|
CC = @CC@
|
||
|
|
||
|
CFLAGS = @CFLAGS@ @PUTTYCFLAGS@ @CPPFLAGS@ @DEFS@ @GTK_CFLAGS@ -I.././ \
|
||
|
- -I../charset/ -I../windows/ -I../unix/ -I../macosx/
|
||
|
+ -I../charset/ -I../windows/ -I../unix/ -I../macosx/ \
|
||
|
+ -DGTK_DISABLE_SINGLE_INCLUDES
|
||
|
XLDFLAGS = @LDFLAGS@ @LIBS@ @GTK_LIBS@
|
||
|
ULDFLAGS = @LDFLAGS@ @LIBS@
|
||
|
INSTALL=@INSTALL@
|
||
|
Index: putty-0.62/unix/gtkcols.h
|
||
|
===================================================================
|
||
|
--- putty-0.62.orig/unix/gtkcols.h
|
||
|
+++ putty-0.62/unix/gtkcols.h
|
||
|
@@ -8,7 +8,7 @@
|
||
|
#define COLUMNS_H
|
||
|
|
||
|
#include <gdk/gdk.h>
|
||
|
-#include <gtk/gtkcontainer.h>
|
||
|
+#include <gtk/gtk.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|