mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
15
games-misc/typespeed/files/typespeed-0.6.5-musl.patch
Normal file
15
games-misc/typespeed/files/typespeed-0.6.5-musl.patch
Normal 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
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user