* [gentoo-commits] gentoo-x86 commit in media-libs/libmikmod/files: libmikmod-3.2.0_beta2-shell.patch
@ 2012-02-09 18:27 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2012-02-09 18:27 UTC (permalink / raw
To: gentoo-commits
slyfox 12/02/09 18:27:38
Added: libmikmod-3.2.0_beta2-shell.patch
Log:
Fix libmikmod.so installation caused by Makefile.am change. Fixes bug #402771 by Torsten Kaiser.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Revision Changes Path
1.1 media-libs/libmikmod/files/libmikmod-3.2.0_beta2-shell.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/files/libmikmod-3.2.0_beta2-shell.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/files/libmikmod-3.2.0_beta2-shell.patch?rev=1.1&content-type=text/plain
Index: libmikmod-3.2.0_beta2-shell.patch
===================================================================
Upstream didn't ship Makefile.am so we have to patch bits by hands.
$(SHELL) is needed to run libtool properly (contains bashisms).
LIBTOOL variable uses $(SHELL) in it's definition.
Gentoo-bug: http://bugs.gentoo.org/401329
Reported by: Anthony Parsons
diff --git a/libmikmod/Makefile.in b/libmikmod/Makefile.in
index c0638de..070134a 100644
--- a/libmikmod/Makefile.in
+++ b/libmikmod/Makefile.in
@@ -27,6 +27,7 @@ CC=@CC@
INSTALL=@INSTALL@
LIBTOOL=@LIBTOOL@
MKINSTALLDIRS=${top_srcdir}/mkinstalldirs
+SHELL=@SHELL@
DEFS=@DEFS@
CFLAGS=@CFLAGS@ -Dunix
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-09 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 18:27 [gentoo-commits] gentoo-x86 commit in media-libs/libmikmod/files: libmikmod-3.2.0_beta2-shell.patch Sergei Trofimovich (slyfox)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox