diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-04-10 14:59:44 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-04-10 14:59:44 +0000 |
commit | 7ffd1161f2326cb71e89ea043596e81ab1d427fb (patch) | |
tree | 5021e36ec3de2ce5123e134504274f5c49d08fb2 /net-wireless/gnome-bluetooth/files | |
parent | Version bumped. Closes 46792 (Manifest recommit) (diff) | |
download | gentoo-2-7ffd1161f2326cb71e89ea043596e81ab1d427fb.tar.gz gentoo-2-7ffd1161f2326cb71e89ea043596e81ab1d427fb.tar.bz2 gentoo-2-7ffd1161f2326cb71e89ea043596e81ab1d427fb.zip |
patch to compile under gtk2.4. thanks to Krist <klen@pandora.be> (#46676)
Diffstat (limited to 'net-wireless/gnome-bluetooth/files')
-rw-r--r-- | net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.4.1-gtk24.patch | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.4.1-gtk24.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.4.1-gtk24.patch new file mode 100644 index 000000000000..1c88209f8bef --- /dev/null +++ b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.4.1-gtk24.patch @@ -0,0 +1,80 @@ +--- Makefile.am 2003-04-03 22:37:46.000000000 +0200 ++++ Makefile.am.new 2004-04-10 12:56:54.363579296 +0200 +@@ -4,7 +4,6 @@ + INCLUDES = \ + $(EGG_CFLAGS) \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED + +--- Makefile.in 2003-06-07 00:33:17.000000000 +0200 ++++ Makefile.in.new 2004-04-10 12:57:01.234534752 +0200 +@@ -147,7 +147,6 @@ + INCLUDES = \ + $(EGG_CFLAGS) \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED + +--- menu/Makefile.in 2003-06-07 00:33:17.000000000 +0200 ++++ menu/Makefile.in.new 2004-04-10 12:57:09.445286528 +0200 +@@ -145,7 +145,6 @@ + INCLUDES = \ + $(EGG_CFLAGS) \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED + +--- menu/Makefile.am 2003-04-03 22:36:55.000000000 +0200 ++++ menu/Makefile.am.new 2004-04-10 12:57:14.629498408 +0200 +@@ -2,7 +2,6 @@ + INCLUDES = \ + $(EGG_CFLAGS) \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED + +--- toolbar/Makefile.am 2003-04-03 22:37:46.000000000 +0200 ++++ toolbar/Makefile.am.new 2004-04-10 12:57:32.690752680 +0200 +@@ -2,7 +2,6 @@ + INCLUDES = \ + $(EGG_CFLAGS) \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED \ + -I$(top_builddir)/libegg/util +--- toolbar/Makefile.in 2003-06-07 00:33:18.000000000 +0200 ++++ toolbar/Makefile.in.new 2004-04-10 12:57:42.295292568 +0200 +@@ -145,7 +145,6 @@ + INCLUDES = \ + $(EGG_CFLAGS) \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED \ + -I$(top_builddir)/libegg/util +--- tray/Makefile.in 2003-06-07 00:33:19.000000000 +0200 ++++ tray/Makefile.in.new 2004-04-10 12:57:55.464290576 +0200 +@@ -146,7 +146,6 @@ + $(EGG_CFLAGS) \ + -I$(top_srcdir)/libegg/util \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED + +--- tray/Makefile.am 2003-04-03 22:37:51.000000000 +0200 ++++ tray/Makefile.am.new 2004-04-10 12:58:05.573753704 +0200 +@@ -3,7 +3,6 @@ + $(EGG_CFLAGS) \ + -I$(top_srcdir)/libegg/util \ + -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED + |