diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2014-08-17 15:55:56 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2014-08-17 15:55:56 +0000 |
commit | 6ec6b5a2de1ab642fdd304ca4fe5f33dd500ce96 (patch) | |
tree | e4d36dbd1ef61e24daf63cfae3b324cb268d88fc /app-emulation | |
parent | Version bump (diff) | |
download | gentoo-2-6ec6b5a2de1ab642fdd304ca4fe5f33dd500ce96.tar.gz gentoo-2-6ec6b5a2de1ab642fdd304ca4fe5f33dd500ce96.tar.bz2 gentoo-2-6ec6b5a2de1ab642fdd304ca4fe5f33dd500ce96.zip |
Adding missing patch. Closes bug #518284
(Portage version: 2.2.8_p17_p17835632/cvs/Linux i686, signed Manifest commit with key 1F6F0683)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fuse/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/app-emulation/fuse/ChangeLog b/app-emulation/fuse/ChangeLog index 795387df2add..0aba45930531 100644 --- a/app-emulation/fuse/ChangeLog +++ b/app-emulation/fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/fuse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.42 2014/07/23 23:12:31 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.43 2014/08/17 15:55:56 neurogeek Exp $ + + 17 Aug 2014; Jesus Rivero <neurogeek@gentoo.org> + +files/fuse-1.1.1-gold-link-lm.patch: + Adding missing patch. Closes bug #518284 *fuse-1.1.1 (23 Jul 2014) diff --git a/app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch b/app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch new file mode 100644 index 000000000000..97e18a540ae1 --- /dev/null +++ b/app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch @@ -0,0 +1,10 @@ +diff -uNr fuse-1.1.1.orig/sound/Makefile.am fuse-1.1.1/sound/Makefile.am +--- fuse-1.1.1.orig/sound/Makefile.am 2014-06-04 17:32:46.540000001 -0400 ++++ fuse-1.1.1/sound/Makefile.am 2014-06-04 19:04:23.190000001 -0400 +@@ -46,5 +46,6 @@ + + libsound_a_LIBADD = $(SOUND_LIBADD) + libsound_a_DEPENDENCIES = $(SOUND_LIBADD) ++libsound_a_LDFLAGS = -lm + + noinst_HEADERS = sfifo.h blipbuffer.h |