Summary: | media-libs/mesa-9999: apply user patches before configure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mariusz Ceier <mceier> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mceier |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Fixed ebuild
Ebuild patch |
Please attach a unified diff (diff -u) of the changed ebuild. Searching for what you have changed in the full ebuild file is a bit tedious. Created attachment 524374 [details, diff]
Ebuild patch
Attached patch.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e224522b274091efa124843d754b06e23f7798e commit 8e224522b274091efa124843d754b06e23f7798e Author: Mariusz Ceier <mceier@gmail.com> AuthorDate: 2018-03-23 23:22:15 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2018-03-23 23:22:15 +0000 media-libs/mesa: Apply user patches before eautoreconf Closes: https://bugs.gentoo.org/650862 media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
Created attachment 524372 [details] Fixed ebuild When user patches touch configure.ac, mesa is not reconfigured and for example when the patches remove wayland-egl configure fails. Attached ebuild is based on mesa-9999.ebuild and changes the order of calls in src_prepare.