diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-04-29 15:35:32 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-04-29 15:35:32 +0000 |
commit | 4a7964bf70933c7acba2b1f458538b9d1293451e (patch) | |
tree | 1acbe83212329da6d0bd7bd22579231e613a1f03 /net-misc/d4x/files | |
parent | fix for multiple linguas (diff) | |
download | historical-4a7964bf70933c7acba2b1f458538b9d1293451e.tar.gz historical-4a7964bf70933c7acba2b1f458538b9d1293451e.tar.bz2 historical-4a7964bf70933c7acba2b1f458538b9d1293451e.zip |
add patch for gtk2.4 compatibility (#47984)
Diffstat (limited to 'net-misc/d4x/files')
-rw-r--r-- | net-misc/d4x/files/d4x-2.5.0_rc2-gtk24.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/d4x/files/d4x-2.5.0_rc2-gtk24.patch b/net-misc/d4x/files/d4x-2.5.0_rc2-gtk24.patch new file mode 100644 index 000000000000..43bb85ce249c --- /dev/null +++ b/net-misc/d4x/files/d4x-2.5.0_rc2-gtk24.patch @@ -0,0 +1,13 @@ +--- configure.old 2004-04-29 16:07:43.000000000 +0100 ++++ configure 2004-04-29 16:07:51.000000000 +0100 +@@ -14535,10 +14535,6 @@ + _ACEOF + + +-cat >>confdefs.h <<\_ACEOF +-#define GTK_DISABLE_DEPRECATED +-_ACEOF +- + + # Prepare all requiered flags + CXXFLAGS="$CXXFLAGS $OS_CXXFLAGS" |