Accepting request 744798 from home:aaronpuchert:branches:X11:XOrg
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9. OBS-URL: https://build.opensuse.org/request/show/744798 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=891
This commit is contained in:
parent
b961348b3b
commit
8e8c121fa3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 17:07:44 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 19:35:23 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -729,9 +729,9 @@ programs against the XA state tracker.
|
||||
rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
|
||||
%if 0%{with_llvm}
|
||||
if test $(llvm-config --version | cut -d "." -f1) -ge 9; then
|
||||
%if %{pkg_vcmp llvm-devel >= 9.0}
|
||||
%patch1 -p1
|
||||
fi
|
||||
%endif
|
||||
%endif
|
||||
%patch2 -p1
|
||||
%patch54 -p1
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 17:07:44 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 19:35:23 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user