emulators/libretro-vice: update to 0.20231006

PR:		274647
2024Q1
Stephane D'Alu 2023-10-30 15:39:21 +01:00 committed by Robert Clausecker
parent af3936b283
commit 02d5148798
3 changed files with 5 additions and 18 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= libretro-vice
PORTVERSION= 0.20201218
DISTVERSION= 0.20231006
CATEGORIES= emulators games
PKGNAMESUFFIX= -${FLAVOR}
@ -17,7 +17,7 @@ USES= compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= vice-libretro
GH_TAGNAME= 5725415
GH_TAGNAME= f3542eb9ce3ad7284e2bb69e68bbc10596774b40
MAKE_ARGS= EMUTYPE=${FLAVOR}
PLIST_FILES= lib/libretro/vice_${FLAVOR}_libretro.so

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1608741122
SHA256 (libretro-vice-libretro-0.20201218-5725415_GH0.tar.gz) = 7cdfa471462c56d7602e664ac4d150c9545ac766a42a8c3f41faf8936a1c4542
SIZE (libretro-vice-libretro-0.20201218-5725415_GH0.tar.gz) = 24296248
TIMESTAMP = 1698676636
SHA256 (libretro-vice-libretro-0.20231006-f3542eb9ce3ad7284e2bb69e68bbc10596774b40_GH0.tar.gz) = f6b776fe18d8d6251004dea467a075f422b4c5d682a4ba83cd4f3f2a5eef232a
SIZE (libretro-vice-libretro-0.20231006-f3542eb9ce3ad7284e2bb69e68bbc10596774b40_GH0.tar.gz) = 15395354

View File

@ -1,13 +0,0 @@
--- vice/src/rtc/rtc.h.orig 2020-12-18 10:39:47 UTC
+++ vice/src/rtc/rtc.h
@@ -28,10 +28,7 @@
#define VICE_RTC_H
#include "types.h"
-
-#ifdef HAVE_TIME_T_IN_TIME_H
#include <time.h>
-#endif
#ifdef HAVE_TIME_T_IN_TYPES_H
#include <sys/types.h>