diff options
author | 2007-09-27 22:45:42 +0000 | |
---|---|---|
committer | 2007-09-27 22:45:42 +0000 | |
commit | 713ccb888498b9d21876a459d81dd10259247e2c (patch) | |
tree | 4346ce8a9a6883bb815aefe7bba9c821dd30aab5 /net-wireless/gnome-bluetooth/files | |
parent | Remove old (diff) | |
download | gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.tar.gz gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.tar.bz2 gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.zip |
Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-wireless/gnome-bluetooth/files')
-rw-r--r-- | net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch new file mode 100644 index 000000000000..edcc42bc7c61 --- /dev/null +++ b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch @@ -0,0 +1,47 @@ +diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am +--- gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am 2003-09-26 15:38:39.000000000 +0200 ++++ gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am 2007-09-27 23:30:53.000000000 +0200 +@@ -2,11 +2,7 @@ + INCLUDES = \ + $(EGG_CFLAGS) \ + -I$(top_srcdir)/libegg/util \ +- -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DG_DISABLE_DEPRECATED +- ++ -DEGG_COMPILATION + + noinst_LTLIBRARIES = libeggiconlist.la + +diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am +--- gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am 2003-09-26 15:38:38.000000000 +0200 ++++ gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am 2007-09-27 23:30:31.000000000 +0200 +@@ -3,10 +3,7 @@ + + INCLUDES = \ + $(EGG_CFLAGS) \ +- -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DG_DISABLE_DEPRECATED ++ -DEGG_COMPILATION + + ##noinst_LTLIBRARIES = libegg.la + +diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am +--- gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am 2003-09-26 15:38:41.000000000 +0200 ++++ gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am 2007-09-27 23:29:31.000000000 +0200 +@@ -2,11 +2,7 @@ + INCLUDES = \ + $(EGG_TRAY_CFLAGS) \ + -I$(top_srcdir)/libegg/util \ +- -DEGG_COMPILATION \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DG_DISABLE_DEPRECATED +- ++ -DEGG_COMPILATION + + noinst_LTLIBRARIES = libeggtray.la + |