rpms/bsnes/F-18 bsnes.spec,1.50,1.51

Julian Sikorski belegdol at rpmfusion.org
Sun Aug 26 10:00:39 CEST 2012


Author: belegdol

Update of /cvs/free/rpms/bsnes/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20418

Modified Files:
	bsnes.spec 
Log Message:
- Removed -march=native from the Makefile


Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-18/bsnes.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- bsnes.spec	25 Aug 2012 10:57:43 -0000	1.50
+++ bsnes.spec	26 Aug 2012 08:00:39 -0000	1.51
@@ -63,6 +63,9 @@
 sed -i "s/link += -s/link +=/" %{name}/Makefile
 sed -i "s/link := -s/link := -lX11/" purify/Makefile
 
+#don't use -march=native, it does not work with RPM Fusion buildsystem
+sed -i "s/flags += -march=native/flags +=/" %{name}/Makefile
+
 #install fedora-specific readme
 install -pm 644 %{SOURCE2} README.Fedora
 
@@ -113,7 +116,7 @@
 - Updated to 0.091
 - Switched to Debian approach for system-wide installation
 - Updated %%description
-- Dropped README.Fedora
+- Updated README.Fedora
 - Overhauled the package dropping the debugger and accuracy profile
 
 * Fri Mar 02 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.086-2.1


More information about the rpmfusion-commits mailing list