rpms/mame/devel mame-armfix.patch,NONE,1.1

Julian Sikorski belegdol at rpmfusion.org
Thu Jul 16 19:53:29 CEST 2015


Author: belegdol

Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2752

Added Files:
	mame-armfix.patch 
Log Message:
Added the missing patch

mame-armfix.patch:
 makefile |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

--- NEW FILE mame-armfix.patch ---
diff -up mame-0.163/makefile.armfix mame-0.163/makefile
--- mame-0.163/makefile.armfix	2015-07-14 23:17:36.286907839 +0200
+++ mame-0.163/makefile	2015-07-15 00:10:24.957685782 +0200
@@ -240,6 +240,7 @@ endif
 endif
 
 ifeq ($(findstring arm,$(UNAME)),arm)
+ARCHITECTURE :=
 ifndef NOASM
 	NOASM := 1
 endif
@@ -903,13 +904,14 @@ $(PROJECTDIR)/gmake-linux/Makefile: make
 linux_x64: generate $(PROJECTDIR)/gmake-linux/Makefile
 	$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/gmake-linux config=$(CONFIG)64
 
-.PHONY: linux
-linux: linux_x86
-
 .PHONY: linux_x86
 linux_x86: generate $(PROJECTDIR)/gmake-linux/Makefile
 	$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/gmake-linux config=$(CONFIG)32
 
+.PHONY: linux
+linux: generate $(PROJECTDIR)/gmake-linux/Makefile
+	$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/gmake-linux config=$(CONFIG)
+
 #-------------------------------------------------
 # gmake-linux-clang
 #-------------------------------------------------


More information about the rpmfusion-commits mailing list