games-misc/typespeed: add patch from Felix Janda to build on the musl profiles (bug #570452)

Package-Manager: portage-2.2.24
This commit is contained in:
Michael Sterrett
2016-01-01 20:47:09 -05:00
parent 179974d8e9
commit cfb29fb00e
2 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
diff -ur a/typespeed-0.6.5/src/typespeed.h b/typespeed-0.6.5/src/typespeed.h
--- a/typespeed-0.6.5/src/typespeed.h 2008-08-13 15:36:51.000000000 +0100
+++ b/typespeed-0.6.5/src/typespeed.h 2016-01-01 10:41:54.919998820 +0100
@@ -27,10 +27,10 @@
#include <stdint.h>
#include <stdio.h>
+#include <time.h>
#ifdef WIN32
#include <dirent.h>
- #include <time.h>
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 256

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
inherit autotools games
inherit autotools eutils games
DESCRIPTION="Test your typing speed, and get your fingers CPS"
HOMEPAGE="http://typespeed.sourceforge.net/"
@@ -24,9 +24,8 @@ src_prepare() {
-e 's/testsuite//' \
-e 's/doc//' \
Makefile.am || die
sed -i \
-e '/^CC =/d' \
src/Makefile.am || die
sed -i -e '/^CC =/d' src/Makefile.am || die
epatch "${FILESDIR}"/${P}-musl.patch
rm -rf m4 #417265
eautoreconf
}