rpms/muse/devel muse-glibc212.patch,NONE,1.1 muse.spec,1.11,1.12

Orcan Ogetbil oget at fedoraproject.org
Sun Feb 7 02:18:47 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/muse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv639

Modified Files:
	muse.spec 
Added Files:
	muse-glibc212.patch 
Log Message:
Fix compilation issue against glibc-2.12


muse-glibc212.patch:
 dssihost.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE muse-glibc212.patch ---
diff -rupN muse-1.0.1.old/muse/dssihost.cpp muse-1.0.1/muse/dssihost.cpp
--- muse-1.0.1.old/muse/dssihost.cpp	2010-01-12 14:23:15.000000000 -0500
+++ muse-1.0.1/muse/dssihost.cpp	2010-02-06 20:58:42.000000000 -0500
@@ -28,6 +28,7 @@
 #include <signal.h>
 #include <dlfcn.h>
 #include <stdlib.h>
+#include <sys/stat.h>
 //#include <dssi.h>
 //#include <alsa/asoundlib.h>
 #include <qdir.h>


Index: muse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/muse/devel/muse.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- muse.spec	7 Feb 2010 01:06:04 -0000	1.11
+++ muse.spec	7 Feb 2010 02:18:47 -0000	1.12
@@ -20,6 +20,8 @@ Source0:       http://downloads.sourcefo
 # http://sourceforge.net/mailarchive/forum.php?forum_name=lmuse-developer
 # Compilation of sse bits fail on x86_64. This file fixes the problem
 Source1:       sse_functions_64bit.s
+# Fix Compilation against glibc-2.12
+Patch0:        muse-glibc212.patch
 # Add missing condition on an #if to make the sse optimization effective
 Patch1:        muse-x86_64-sse.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -54,6 +56,7 @@ for Linux.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 
 # Fix encoding issues (upstream is informed):



More information about the scm-commits mailing list