Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Wulf Krueger (philantrop)" <philantrop@g.o>
|
|
Subject:
|
gentoo-x86 commit in net-wireless/gnome-bluetooth/files: gnome-bluetooth-0.8.0-G_DEPRECATED.patch
|
|
Date:
|
Thu, 27 Sep 2007 22:45:42 +0000
|
|
philantrop 07/09/27 22:45:42
Added: gnome-bluetooth-0.8.0-G_DEPRECATED.patch
Log:
Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
(Portage version: 2.1.3.9)
Revision Changes Path
1.1 net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch?rev=1.1&content-type=text/plain
Index: gnome-bluetooth-0.8.0-G_DEPRECATED.patch
===================================================================
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
--
gentoo-commits@g.o mailing list
|
|