1
0
forked from pool/trigger-rally

Accepting request 393435 from home:susnux:branches:games

Fix leap

OBS-URL: https://build.opensuse.org/request/show/393435
OBS-URL: https://build.opensuse.org/package/show/games/trigger-rally?expand=0&rev=22
This commit is contained in:
Matthias Mailänder 2016-05-04 11:54:37 +00:00 committed by Git OBS Bridge
parent 9f468962a2
commit 04d445f225

View File

@ -28,7 +28,7 @@ Source1: %{name}.desktop
# PATCH-FIX-OPENSUSE Fix compilation errors with C++5.
Patch1: ftbfs.patch
BuildRequires: fdupes
BuildRequires: gcc-c++ >= 5
BuildRequires: gcc5-c++
BuildRequires: hicolor-icon-theme
BuildRequires: physfs-devel
BuildRequires: update-desktop-files
@ -49,6 +49,7 @@ Trigger Rally is a fast-paced open source rally racing game.
%patch1 -p1
%build
CXX=g++-5 CC=gcc-5 \
make --directory=src prefix=%{_prefix} exec_prefix=%{_prefix} bindir=%{_bindir}
%install