From cd1b3f01e7302b2f2fe1c4d750b57b3a4576abe2 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Thu, 22 Sep 2016 19:37:22 +0200 Subject: [PATCH] dolphin-emu: clean up debug trails --- srcpkgs/dolphin-emu/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/dolphin-emu/template b/srcpkgs/dolphin-emu/template index 5101fa60fa4..1e037cc6015 100644 --- a/srcpkgs/dolphin-emu/template +++ b/srcpkgs/dolphin-emu/template @@ -8,7 +8,6 @@ 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,10 +22,6 @@ 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 }