aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-08-21 22:05:09 -0500
committerJory Pratt <anarchy@gentoo.org>2019-08-21 22:05:09 -0500
commitadb030317822b26a7d3a9f970d077f8dbd1b2861 (patch)
treec96d624790654f8a563400145373260632f5617c
parentmedia-libs/mesa: fix mesa for stable systems (diff)
downloadmusl-adb030317822b26a7d3a9f970d077f8dbd1b2861.tar.gz
musl-adb030317822b26a7d3a9f970d077f8dbd1b2861.tar.bz2
musl-adb030317822b26a7d3a9f970d077f8dbd1b2861.zip
media-libs/mesa: Fix patches so they apply :/
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--media-libs/mesa/mesa-19.0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-19.0.8.ebuild b/media-libs/mesa/mesa-19.0.8.ebuild
index 8ec5d9f6..57e310e4 100644
--- a/media-libs/mesa/mesa-19.0.8.ebuild
+++ b/media-libs/mesa/mesa-19.0.8.ebuild
@@ -235,8 +235,8 @@ x86? (
)"
PATCHES=(
- "${FILESDIR}"/${PN}-execinfo.patch
- "${FILESDIR}"/${PN}-heap-allocation.patch
+ "${FILESDIR}"/${PN}-19.0.8-execinfo.patch
+ "${FILESDIR}"/${PN}-19.0.8-heap-allocation.patch
"${FILESDIR}"/${PN}-19.1.4-musl-upstream-fix.patch
"${FILESDIR}"/${PN}-18.2.4-add-disable-tls-support.patch
)