mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/dumb: EAPI-6 bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils toolchain-funcs multilib-build multilib-minimal
|
||||
EAPI=6
|
||||
|
||||
inherit toolchain-funcs multilib-build multilib-minimal
|
||||
|
||||
DESCRIPTION="IT/XM/S3M/MOD player library with click removal and IT filters"
|
||||
HOMEPAGE="http://dumb.sourceforge.net/"
|
||||
@@ -16,15 +17,20 @@ IUSE="debug"
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-PIC-as-needed.patch
|
||||
"${FILESDIR}"/${P}_CVE-2006-3668.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
cat << EOF > make/config.txt
|
||||
include make/unix.inc
|
||||
ALL_TARGETS := core core-examples core-headers
|
||||
PREFIX := /usr
|
||||
EOF
|
||||
|
||||
epatch "${FILESDIR}"/${P}-PIC-as-needed.patch
|
||||
epatch "${FILESDIR}"/${P}_CVE-2006-3668.patch
|
||||
sed -i '/= -s/d' Makefile || die "sed failed"
|
||||
cp -f Makefile Makefile.rdy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user