summaryrefslogtreecommitdiff
path: root/emulators/mame/files
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-05-17 13:44:21 +0200
committerRobert Clausecker <fuz@FreeBSD.org>2023-05-18 10:19:49 +0200
commit16f071acbac17780d645ac05e734bc49d7b443c6 (patch)
treef41f975c16b67124e586f465dc418ec54c445f75 /emulators/mame/files
parentemulators/mame: fix build on armv7 (diff)
emulators/mame: enable on arm64
Add a missing make target, permitting compilation on arm64. PR: 271468 MFH: 2023Q2 Approved by: agh@riseup.net (maintainer)
Diffstat (limited to 'emulators/mame/files')
-rw-r--r--emulators/mame/files/patch-makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/mame/files/patch-makefile b/emulators/mame/files/patch-makefile
new file mode 100644
index 000000000000..82288e63f2ca
--- /dev/null
+++ b/emulators/mame/files/patch-makefile
@@ -0,0 +1,14 @@
+--- makefile.orig 2023-05-17 11:43:34 UTC
++++ makefile
+@@ -1425,6 +1425,11 @@ $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile: make
+
+ .PHONY: freebsd_x64_clang
+ freebsd_x64_clang: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile
++ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 precompile
++ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64
++
++.PHONY: freebsd_arm64_clang
++freebsd_arm64_clang: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile
+ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 precompile
+ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64
+