Update mame to 0.209.
This commit is contained in:
parent
9182a67f26
commit
7927698e79
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2019/03/27 22:13:46 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2019/04/28 19:21:34 fcambus Exp $
|
||||
|
||||
BROKEN-i386 = broken on 32-bit; enum in src/frontend/mame/ui/videoopt.h starting at 0x80000000
|
||||
ONLY_FOR_ARCHS = amd64 i386
|
||||
@ -7,7 +7,7 @@ USE_WXNEEDED = Yes
|
||||
|
||||
COMMENT = Multiple Arcade Machine Emulator
|
||||
|
||||
V = 208
|
||||
V = 209
|
||||
DISTNAME = mame0${V}s
|
||||
PKGNAME = mame-0.${V}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mame0208s.zip) = VnUpDKhT2vI9oztCLoIutin4/Z8OI91aTzF1iwF+d9Q=
|
||||
SIZE (mame0208s.zip) = 136923755
|
||||
SHA256 (mame0209s.zip) = cEH+2bOJSdbe1M8Bp7HSZrpI5UR8NIiBz0SBgFCYT8Q=
|
||||
SIZE (mame0209s.zip) = 137070771
|
||||
|
@ -1,18 +1,23 @@
|
||||
$OpenBSD: patch-3rdparty_asio_include_asio_detail_config_hpp,v 1.2 2019/02/28 12:20:33 fcambus Exp $
|
||||
$OpenBSD: patch-3rdparty_asio_include_asio_detail_config_hpp,v 1.3 2019/04/28 19:21:34 fcambus Exp $
|
||||
|
||||
libc++ 7.x moved string_view out of experimental
|
||||
|
||||
Index: 3rdparty/asio/include/asio/detail/config.hpp
|
||||
--- 3rdparty/asio/include/asio/detail/config.hpp.orig
|
||||
+++ 3rdparty/asio/include/asio/detail/config.hpp
|
||||
@@ -713,9 +713,8 @@
|
||||
@@ -713,14 +713,13 @@
|
||||
# define ASIO_HAS_STD_STRING_VIEW 1
|
||||
# endif
|
||||
# endif
|
||||
-# if !defined(ASIO_HAS_STD_STRING_VIEW) && __has_include(<experimental/string_view>)
|
||||
+# if !defined(ASIO_HAS_STD_STRING_VIEW) && __has_include(<string_view>)
|
||||
# define ASIO_HAS_STD_STRING_VIEW 1
|
||||
-# define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
|
||||
# if defined(__APPLE__)
|
||||
# if ((__clang_major__ < 10) || ((__clang_major__ == 10) && (__clang_minor__ == 0) && (__clang_patchlevel__ < 1)))
|
||||
# define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
|
||||
# endif // clang < 10.0.1
|
||||
# else // for non-Xcode Clang
|
||||
-# define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
|
||||
# endif
|
||||
# endif // __has_include(<experimental/string_view>)
|
||||
# endif // (__cplusplus >= 201103)
|
||||
# endif // defined(__clang__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user