mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
games/libretro-mame2000: update to 20210214
PR: 253657 Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
This commit is contained in:
parent
2f3a7e8404
commit
7294b1015e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568334
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libretro-mame2000
|
||||
PORTVERSION= 0.20200504
|
||||
PORTVERSION= 0.20210214
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= menelkir@itroll.org
|
||||
@ -15,7 +15,7 @@ USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libretro
|
||||
GH_PROJECT= mame2000-libretro
|
||||
GH_TAGNAME= e5d4a93
|
||||
GH_TAGNAME= e364a15
|
||||
|
||||
PLIST_FILES= lib/libretro/mame2000_libretro.so
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1588709837
|
||||
SHA256 (libretro-mame2000-libretro-0.20200504-e5d4a93_GH0.tar.gz) = 406f5b569bbe298139b5be735df3ceb94762d241aeab5c664da57d87a326dec0
|
||||
SIZE (libretro-mame2000-libretro-0.20200504-e5d4a93_GH0.tar.gz) = 5636744
|
||||
TIMESTAMP = 1613702504
|
||||
SHA256 (libretro-mame2000-libretro-0.20210214-e364a15_GH0.tar.gz) = 015f69620e42fa28dc361108dcbef9039eb46f4ae9facae5311648c75e17b513
|
||||
SIZE (libretro-mame2000-libretro-0.20210214-e364a15_GH0.tar.gz) = 5639659
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- src/libretro/libretro-common/libco/aarch64.c.orig 2020-04-28 06:27:38 UTC
|
||||
+++ src/libretro/libretro-common/libco/aarch64.c
|
||||
@@ -12,7 +12,13 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef IOS
|
||||
-#include <malloc.h>
|
||||
+#include <sys/param.h>
|
||||
+
|
||||
+void *
|
||||
+memalign(size_t align, size_t size)
|
||||
+{
|
||||
+ return (aligned_alloc(align, roundup(size, align)));
|
||||
+}
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
Loading…
Reference in New Issue
Block a user