dolphin-emu: fix build

This commit is contained in:
Juergen Buchmueller 2016-09-22 19:35:11 +02:00
parent 70d3c88c64
commit cee446a034
2 changed files with 15 additions and 1 deletions

View file

@ -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 <string>
+#include <mbedtls/platform.h>
#include <mbedtls/ctr_drbg.h>
#include <mbedtls/entropy.h>
#include <mbedtls/net.h>

View file

@ -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
}