Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3909
Modified Files:
sdlmame.spec
Log Message:
It turned out BIGENDIAN=1 is needed after all
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- sdlmame.spec 21 Nov 2009 00:42:09 -0000 1.73
+++ sdlmame.spec 21 Nov 2009 01:12:01 -0000 1.74
@@ -13,10 +13,10 @@
%global arch_flags PTR64=1
%endif
%ifarch ppc
-%global arch_flags powerpc=1
+%global arch_flags powerpc=1 BIGENDIAN=1
%endif
%ifarch ppc64
-%global arch_flags powerpc=1 PTR64=1
+%global arch_flags powerpc=1 BIGENDIAN=1 PTR64=1
%endif
Name: sdlmame
Show replies by date