summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-09-30 10:13:19 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-09-30 10:13:19 +0000
commit2e4534077263a04bfad1f4c183b4229b964cd814 (patch)
tree92e263ceb78aff02dc2eaf7832b142f4a831a699 /net-wireless/gnome-bluetooth/files
parentFix digest, thanks to Tore Kaspersen for noticing in bug #286931. (diff)
downloadhistorical-2e4534077263a04bfad1f4c183b4229b964cd814.tar.gz
historical-2e4534077263a04bfad1f4c183b4229b964cd814.tar.bz2
historical-2e4534077263a04bfad1f4c183b4229b964cd814.zip
Fix bug 287043 -- parallel build failure
Package-Manager: portage-2.2_rc41/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.patch24
1 files changed, 24 insertions, 0 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
new file mode 100644
index 000000000000..02990bebe380
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.28.1-fix-smp-build.patch
@@ -0,0 +1,24 @@
+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