diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-12-27 02:57:33 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-12-27 02:57:33 +0000 |
commit | 0f18fed39b79f4676c4e6c8b02c4f8bc6fe09988 (patch) | |
tree | e1d7d73ba5ae005b5d12057ec7dff77ee0e6a6fa /net-wireless/gnome-bluetooth/files | |
parent | Fix deps for changing the default background using gconf/polkit (diff) | |
download | gentoo-2-0f18fed39b79f4676c4e6c8b02c4f8bc6fe09988.tar.gz gentoo-2-0f18fed39b79f4676c4e6c8b02c4f8bc6fe09988.tar.bz2 gentoo-2-0f18fed39b79f4676c4e6c8b02c4f8bc6fe09988.zip |
Bump to 2.28.6, fixes lots of bugs. Fix deps to only depend on obexd, fixes bug 285043 -- bug will be opened for dropped keywords
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'net-wireless/gnome-bluetooth/files')
-rw-r--r-- | net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch deleted file mode 100644 index 02990bebe380..000000000000 --- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch +++ /dev/null @@ -1,24 +0,0 @@ -Parallel build issue http://bugs.gentoo.org/show_bug.cgi?id=287043 - ---- -From 0622ea93f4e42d1599f2467e6bef5dca49cd99fd Mon Sep 17 00:00:00 2001 -From: Bastien Nocera <hadess@hadess.net> -Date: Tue, 29 Sep 2009 10:36:58 +0000 -Subject: Fix SMP build - ---- -diff --git a/wizard/Makefile.am b/wizard/Makefile.am -index fc92c5e..074f55f 100644 ---- a/wizard/Makefile.am -+++ b/wizard/Makefile.am -@@ -9,7 +9,7 @@ bin_PROGRAMS = bluetooth-wizard - - bluetooth_wizard_SOURCES = main.c - --bluetooth_wizard_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(top_builddir)/lib/libcommon.la $(top_builddir)/wizard/libwizard.la $(WIZARD_LIBS) -+bluetooth_wizard_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(top_builddir)/lib/libcommon.la libwizard.la $(WIZARD_LIBS) - - AM_CFLAGS = $(WIZARD_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="\"$(pkgdatadir)\"" - --- -cgit v0.8.2 |