1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

emulators/dosbox-x: Update to 0.84.0

This commit is contained in:
Neel Chauhan 2022-06-01 14:24:33 -07:00
parent ef9399e398
commit 97e7212e1b
3 changed files with 4 additions and 15 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= dosbox-x
DISTVERSIONPREFIX= ${PORTNAME}-v
DISTVERSION= 0.83.25
DISTVERSION= 0.84.0
CATEGORIES= emulators
MAINTAINER= nc@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1651895554
SHA256 (joncampbell123-dosbox-x-dosbox-x-v0.83.25_GH0.tar.gz) = f9691acf81f953371a166b1ccc9c8b3e58b984216f0145edf2d6f5a05e794ede
SIZE (joncampbell123-dosbox-x-dosbox-x-v0.83.25_GH0.tar.gz) = 64715876
TIMESTAMP = 1654118426
SHA256 (joncampbell123-dosbox-x-dosbox-x-v0.84.0_GH0.tar.gz) = 564fbf8f0ab090c8b32bc38637c8204358c386b9cbffcb4f99a81bc82fddbad7
SIZE (joncampbell123-dosbox-x-dosbox-x-v0.84.0_GH0.tar.gz) = 65495321

View File

@ -1,11 +0,0 @@
--- src/fpu/fpu_instructions_longdouble.h.orig 2022-05-19 07:43:50 UTC
+++ src/fpu/fpu_instructions_longdouble.h
@@ -22,7 +22,7 @@
#ifdef __GNUC__
# if defined(__MINGW32__) || (defined(MACOSX) && !defined(__arm64__))
# include "fpu_control_x86.h"
-# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN)
+# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN) || defined(__powerpc__)
/* ? */
# define _FPU_SETCW(x) /* dummy */
# else