- Apply Boost patch only for versions 1.74 and newer. Older Boost
doesn't have copy_options that has been removed with Boost 1.85. OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=135
This commit is contained in:
parent
73223a258f
commit
1a52b63676
4
0ad.spec
4
0ad.spec
@ -105,11 +105,13 @@ flexible game engine.
|
|||||||
%patch -P 3 -p1
|
%patch -P 3 -p1
|
||||||
%patch -P 4 -p1
|
%patch -P 4 -p1
|
||||||
%patch -P 5 -p1
|
%patch -P 5 -p1
|
||||||
%patch -P 6 -p1
|
|
||||||
%if %{with system_mozjs}
|
%if %{with system_mozjs}
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
%patch -P 2 -p1
|
%patch -P 2 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%if %{pkg_vcmp libboost_filesystem-devel >= 1.74}
|
||||||
|
%patch -P 6 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user