Update to 4.0.2
PR: 193001 Submitted by: amdmi3
This commit is contained in:
parent
4486d00959
commit
6d02d4ca51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367244
3 changed files with 19 additions and 6 deletions
|
@ -2,11 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dolphin-emu
|
||||
PORTVERSION= 4.0.0
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 4.0.2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
|
||||
LOCAL/martymac
|
||||
|
||||
MAINTAINER= martymac@FreeBSD.org
|
||||
COMMENT= Gamecube and Wii Emulator
|
||||
|
@ -19,6 +16,11 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
|||
libSoundTouch.so:${PORTSDIR}/audio/soundtouch \
|
||||
libpolarssl.so:${PORTSDIR}/security/polarssl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_PROJECT= dolphin
|
||||
GH_COMMIT= 88fabf7
|
||||
|
||||
USE_SDL= sdl
|
||||
USE_XORG= ice xext x11 xrandr xi
|
||||
USE_WX= 3.0+
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dolphin-emu-4.0.0.tgz) = b738bbad1555292efd4c517cd56ed084a5489575d6652e3f26739f9a5f95dcbe
|
||||
SIZE (dolphin-emu-4.0.0.tgz) = 20543858
|
||||
SHA256 (dolphin-emu-4.0.2.tgz) = 65a343acb1d02cac8337388303291518d84ca6e42639a5902fe8819e9ecbb9da
|
||||
SIZE (dolphin-emu-4.0.2.tgz) = 25123770
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp.orig 2014-09-02 16:22:19.000000000 +0200
|
||||
+++ Source/Plugins/Plugin_VideoOGL/Src/Render.cpp 2014-09-02 16:24:58.000000000 +0200
|
||||
@@ -220,7 +220,7 @@
|
||||
#endif
|
||||
}
|
||||
|
||||
-void GLAPIENTRY ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam)
|
||||
+void GLAPIENTRY ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, const void* userParam)
|
||||
{
|
||||
// GLES3 doesn't natively support this
|
||||
// XXX: Include GLES2 extensions header so we can use this
|
Loading…
Reference in a new issue