Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7585
-diff -urN aaa/powiedz/aufile.c powiedz/aufile.c
---- aaa/powiedz/aufile.c 2003-08-30 20:57:37.000000000 +0200
-+++ powiedz/aufile.c 2003-08-31 14:02:42.000000000 +0200
+--- a/aufile.c
++++ b/aufile.c
@@ -217,8 +217,7 @@
audio_open(int samp_rate,int disp)
{
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Polish speech synthesizer based on rsynth"
HOMEPAGE="http://kadu.net/index.php?page=download&lang=en"
S=${WORKDIR}/${PN}
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-dsp-handle-fix.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch
+)
src_compile() {
emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" CC=$(tc-getCC)