Actually apply the patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=90
This commit is contained in:
Ismail Dönmez 2012-05-15 09:33:01 +00:00 committed by Git OBS Bridge
parent e38130c148
commit e8b19ca92c

View File

@ -23,6 +23,7 @@ Url: http://www.cmake.org/
Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
Patch1: cmake-disable-builtin-chrpath.diff
Patch2: cmake-pkgconfig.patch
Patch3: cmake-fix-ruby-test.patch
Summary: Cross-platform, open-source make system
License: BSD-3-Clause
Group: Development/Tools/Building
@ -52,6 +53,7 @@ CMake is a cross-platform, open-source make system
%setup -q
%patch1
%patch2 -p1
%patch3 -p1
%build
export CXXFLAGS="$RPM_OPT_FLAGS"