diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-13 22:44:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-13 22:44:00 +0000 |
commit | b2512429bccfbcbe94b220e69e655f318ad543c5 (patch) | |
tree | 2702f83946252c7f349e96909aab09473ae5b5a5 /net-ftp/gftp/files | |
parent | Version bumped. (diff) | |
download | gentoo-2-b2512429bccfbcbe94b220e69e655f318ad543c5.tar.gz gentoo-2-b2512429bccfbcbe94b220e69e655f318ad543c5.tar.bz2 gentoo-2-b2512429bccfbcbe94b220e69e655f318ad543c5.zip |
compile fix for gtk2.2
Diffstat (limited to 'net-ftp/gftp/files')
-rw-r--r-- | net-ftp/gftp/files/gftp-2.0.13-gtk2.2.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-ftp/gftp/files/gftp-2.0.13-gtk2.2.patch b/net-ftp/gftp/files/gftp-2.0.13-gtk2.2.patch new file mode 100644 index 000000000000..5f47249f3817 --- /dev/null +++ b/net-ftp/gftp/files/gftp-2.0.13-gtk2.2.patch @@ -0,0 +1,22 @@ +--- src/gtk/gftp-gtk.c 2002-07-17 13:05:33.000000000 +0100 ++++ src/gtk/gftp-gtk.c 2003-04-13 22:53:01.000000000 +0100 +@@ -62,7 +62,7 @@ + GtkWidget * stop_btn, * hostedit, * useredit, * passedit, * portedit, * logwdw, + * dlwdw, * protocol_menu, * optionmenu; + GtkAdjustment * logwdw_vadj; +-#if GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION == 0 ++#if GTK_MAJOR_VERSION > 1 + GtkTextMark * logwdw_textmark; + #endif + int local_start, remote_start, trans_start, log_start, tools_start; +--- src/gtk/gftp-gtk.h 2002-07-17 11:37:18.000000000 +0100 ++++ src/gtk/gftp-gtk.h 2003-04-13 22:58:46.000000000 +0100 +@@ -102,7 +102,7 @@ + extern GtkWidget * stop_btn, * hostedit, * useredit, * passedit, + * portedit, * logwdw, * dlwdw, * protocol_menu, * optionmenu; + extern GtkAdjustment * logwdw_vadj; +-#if GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION == 0 ++#if GTK_MAJOR_VERSION > 1 + extern GtkTextMark * logwdw_textmark; + #endif + extern int local_start, remote_start, trans_start, log_start, tools_start; |