media-sound/dagrab: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics

Gentoo-Bug: 570732
Also bump ebuild to EAPI=6. Update patches for -p1.

Package-Manager: portage-2.2.26
This commit is contained in:
David Seifert
2016-01-16 17:17:48 +01:00
parent 0ecc685b08
commit f826b97cee
2 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit flag-o-matic
MY_P="${PN}-S${PV}"
DESCRIPTION="fixed point cd ripper"
HOMEPAGE="http://vertigo.fme.vutbr.cz/~stibor/dagrab.html"
SRC_URI="http://ashtray.jz.gts.cz/~smsti/archiv/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}/${P}-build.patch"
"${FILESDIR}/${P}-freedb.patch"
)
src_prepare() {
# fix #570732 by restoring pre-GCC5 inline semantics
append-cflags -std=gnu89
default
}
src_install() {
dobin dagrab
dodoc BUGS CHANGES FAQ grab TODO
doman dagrab.1
}

View File

@@ -1,5 +1,5 @@
--- dagrab.1
+++ dagrab.1
--- dagrab-S0.513/dagrab.1
+++ dagrab-S0.513/dagrab.1
@@ -209,7 +209,7 @@
.B -H
.I [host][:port]
@@ -9,8 +9,8 @@
.RE
.B -D
--- const.h
+++ const.h
--- dagrab-S0.513/const.h
+++ dagrab-S0.513/const.h
@@ -18,9 +18,9 @@
#define BLEN 1024 /* length in chars of command/trackname */
#define OVERLAP 1 /* minimum number of sectors for overlapping */