mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/alock: epatch->PATCHES=()
Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
committed by
David Seifert
parent
15c1627d6b
commit
2cc029d9b4
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -25,14 +25,13 @@ DEPEND="x11-libs/libX11
|
||||
doc? ( app-text/asciidoc )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/implicit_pointer_conversion_fix_amd64.patch
|
||||
epatch "${FILESDIR}"/check-setuid.patch
|
||||
epatch "${FILESDIR}"/tidy-printf.patch
|
||||
epatch "${FILESDIR}"/fix-aliasing.patch
|
||||
epatch "${FILESDIR}"/no-xf86misc.patch
|
||||
eapply_user
|
||||
}
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/implicit_pointer_conversion_fix_amd64.patch
|
||||
"${FILESDIR}"/check-setuid.patch
|
||||
"${FILESDIR}"/tidy-printf.patch
|
||||
"${FILESDIR}"/fix-aliasing.patch
|
||||
"${FILESDIR}"/no-xf86misc.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
|
||||
Reference in New Issue
Block a user