mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
35
media-sound/dagrab/dagrab-0.513-r1.ebuild
Normal file
35
media-sound/dagrab/dagrab-0.513-r1.ebuild
Normal 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
|
||||
}
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user