diff --git a/srcpkgs/dolphin-emu/patches/mbedtls_platform_h.patch b/srcpkgs/dolphin-emu/patches/mbedtls_platform_h.patch new file mode 100644 index 0000000000..3d6587bbe6 --- /dev/null +++ b/srcpkgs/dolphin-emu/patches/mbedtls_platform_h.patch @@ -0,0 +1,10 @@ +--- Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h 2016-06-24 10:09:07.000000000 +0200 ++++ Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h 2016-09-22 19:31:59.015774803 +0200 +@@ -5,6 +5,7 @@ + #pragma once + + #include ++#include + #include + #include + #include diff --git a/srcpkgs/dolphin-emu/template b/srcpkgs/dolphin-emu/template index afa5037d00..5101fa60fa 100644 --- a/srcpkgs/dolphin-emu/template +++ b/srcpkgs/dolphin-emu/template @@ -1,4 +1,3 @@ -broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/26033/steps/shell_3/logs/stdio" # Template file for 'dolphin-emu' only_for_archs="x86_64 x86_64-musl" @@ -9,6 +8,7 @@ wrksrc="dolphin-${version}" build_style=cmake configure_args="-DUSE_X11=1 -DUSE_EGL=0 -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0" +make_build_args="V=1" hostmakedepends="pkg-config" makedepends=" zlib-devel glew-devel libusb-devel gtk+-devel miniupnpc-devel libevdev-devel @@ -23,6 +23,10 @@ homepage="http://dolphin-emu.org" distfiles="https://github.com/dolphin-emu/dolphin/archive/${version}.tar.gz" checksum=62c4602055767ab314ff50a3b94ea57f792832aa1629e6b1117ebce10518dc0b +pre_configure() { + : +} + post_install() { rm -f ${DESTDIR}/usr/lib/*.a }