rpms/gcube/devel gcube.spec,1.7,1.8

Nicolas Chauvet kwizart at rpmfusion.org
Wed May 23 21:41:59 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/gcube/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3938/devel

Modified Files:
	gcube.spec 
Log Message:
Fix FTBFS



Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/devel/gcube.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gcube.spec	8 Feb 2012 21:47:25 -0000	1.7
+++ gcube.spec	23 May 2012 19:41:29 -0000	1.8
@@ -1,6 +1,6 @@
 Name:          gcube
 Version:       0.4
-Release:       9%{?dist}
+Release:       10%{?dist}
 Summary:       Nintendo Gamecube emulator
 
 Group:         Applications/Emulators
@@ -27,7 +27,7 @@
 %setup -qn %{version}
 %patch0 -p1 -b .nostrip
 %patch1 -b .gcc44-types
-
+sed -i -e 's/-mno-windows -mcygwin/-lm/' Makefile.rules
 
 %build
 make release %{?_smp_mflags} CPU="" ENABLE_SOUND=1 OPTFLAGS="%{optflags} -fno-strict-aliasing" \
@@ -60,6 +60,9 @@
 
 
 %changelog
+* Wed May 23 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.4-10
+- Fix FTBFS
+
 * Wed Feb 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.4-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the rpmfusion-commits mailing list