summaryrefslogtreecommitdiff
path: root/emulators/mame/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-12-08 23:18:54 +0000
committerwiz <wiz@pkgsrc.org>2018-12-08 23:18:54 +0000
commit762d9e40439ffad600490b18373c5a754a540d35 (patch)
treeb88e8f682cffab696594c8d5585cf495d2cfd404 /emulators/mame/patches
parentaf9fbc763e00eaec6d1bb6277b96a87d06c0654c (diff)
downloadpkgsrc-762d9e40439ffad600490b18373c5a754a540d35.tar.gz
mame: add upstream bug report URLs to patches
Diffstat (limited to 'emulators/mame/patches')
-rw-r--r--emulators/mame/patches/patch-makefile5
-rw-r--r--emulators/mame/patches/patch-scripts_toolchain.lua3
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/mame/patches/patch-makefile b/emulators/mame/patches/patch-makefile
index 60c91181189..5b6ac31fb91 100644
--- a/emulators/mame/patches/patch-makefile
+++ b/emulators/mame/patches/patch-makefile
@@ -1,8 +1,11 @@
-$NetBSD: patch-makefile,v 1.21 2018/10/11 08:20:54 adam Exp $
+$NetBSD: patch-makefile,v 1.22 2018/12/08 23:18:54 wiz Exp $
Treat all BSDs the same.
+
Do not set compiler optimization.
+
Add missing rules for building with clang on FreeBSD and NetBSD.
+https://github.com/mamedev/mame/pull/4383
--- makefile.orig 2018-08-29 00:35:24.000000000 +0000
+++ makefile
diff --git a/emulators/mame/patches/patch-scripts_toolchain.lua b/emulators/mame/patches/patch-scripts_toolchain.lua
index bcc1b1d683e..19d9eefde6a 100644
--- a/emulators/mame/patches/patch-scripts_toolchain.lua
+++ b/emulators/mame/patches/patch-scripts_toolchain.lua
@@ -1,6 +1,7 @@
-$NetBSD: patch-scripts_toolchain.lua,v 1.3 2018/10/11 08:20:54 adam Exp $
+$NetBSD: patch-scripts_toolchain.lua,v 1.4 2018/12/08 23:18:54 wiz Exp $
Allow Clang on FreeBSD, NetBSD, and OpenBSD.
+https://github.com/mamedev/mame/pull/4383
--- scripts/toolchain.lua.orig 2018-09-26 04:43:31.000000000 +0000
+++ scripts/toolchain.lua