SHA256
3
0
forked from pool/cmake

- Add cmake-gettext.patch to fix gettext detection

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=102
This commit is contained in:
Ismail Dönmez 2012-11-14 12:58:30 +00:00 committed by Git OBS Bridge
parent a6236def16
commit 714f336ac7
3 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@ Index: cmake-2.8.10.1/Modules/FindGettext.cmake
===================================================================
--- cmake-2.8.10.1.orig/Modules/FindGettext.cmake
+++ cmake-2.8.10.1/Modules/FindGettext.cmake
@@ -210,4 +210,4 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
@@ -209,5 +209,3 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
add_dependencies(pofiles ${uniqueTargetName})
endfunction()
-
-set(GETTEXT_FOUND ${Gettext_FOUND})
+set(GETTEXT_FOUND ${GETTEXT_FOUND})

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Wed Nov 14 12:55:10 UTC 2012 - idonmez@suse.com
- Add cmake-gettext-typo.patch to fix gettext detection
- Add cmake-gettext.patch to fix gettext detection
-------------------------------------------------------------------
Wed Nov 7 21:24:45 UTC 2012 - cgiboudeaux@gmx.com

View File

@ -23,7 +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-fix-ruby-test.patch
Patch3: cmake-gettext-typo.patch
Patch3: cmake-gettext.patch
Summary: Cross-platform, open-source make system
License: BSD-3-Clause
Group: Development/Tools/Building