diff options
author | 2007-01-25 15:27:20 +0000 | |
---|---|---|
committer | 2007-01-25 15:27:20 +0000 | |
commit | 6ef22513d2990081c0e9fd17d6275d3f91be3fac (patch) | |
tree | 9f46bfda4b449542cd80f29565d91fbdf134e7b1 /media-sound/last-exit/files | |
parent | Add ~amd64, bug 163396 (diff) | |
download | gentoo-2-6ef22513d2990081c0e9fd17d6275d3f91be3fac.tar.gz gentoo-2-6ef22513d2990081c0e9fd17d6275d3f91be3fac.tar.bz2 gentoo-2-6ef22513d2990081c0e9fd17d6275d3f91be3fac.zip |
Add patch from Priit Laes to fix parallel building. Closes bug #163545
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-sound/last-exit/files')
-rw-r--r-- | media-sound/last-exit/files/last-exit-dbus-sharp-parallel-build-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/last-exit/files/last-exit-dbus-sharp-parallel-build-fix.patch b/media-sound/last-exit/files/last-exit-dbus-sharp-parallel-build-fix.patch new file mode 100644 index 000000000000..59d4ce51141d --- /dev/null +++ b/media-sound/last-exit/files/last-exit-dbus-sharp-parallel-build-fix.patch @@ -0,0 +1,13 @@ +Index: dbus-sharp/Makefile.am +=================================================================== +--- dbus-sharp/Makefile.am (revision 89) ++++ dbus-sharp/Makefile.am (working copy) +@@ -15,7 +15,7 @@ all: $(DBUS_ASSEMBLY) $(DBUS_GLIB_ASSEMB + $(DBUS_ASSEMBLY): $(DBUS_SRC) + $(MCS) -target:library -out:$@ -unsafe -r:Mono.Posix $(DBUS_SRC) + +-$(DBUS_GLIB_ASSEMBLY): $(DBUS_GLIB_SRC) ++$(DBUS_GLIB_ASSEMBLY): $(DBUS_ASSEMBLY) $(DBUS_GLIB_SRC) + $(MCS) -target:library -out:$@ -r:$(DBUS_ASSEMBLY) $(DBUS_GLIB_SRC) + + EXTRA_DIST = $(DBUS_SRC) $(DBUS_GLIB_SRC) $(DBUS_GLIB_ASSEMBLY).config.in |