[kdevelop/f17] Fix ninja-build patch

Jan Grulich jgrulich at fedoraproject.org
Thu Nov 22 09:12:57 UTC 2012


commit 43df6e8012ef28f036d31f696a7629353547388c
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Thu Nov 22 10:12:13 2012 +0100

    Fix ninja-build patch

 kdevelop-4.4.1-ninja-build.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kdevelop-4.4.1-ninja-build.patch b/kdevelop-4.4.1-ninja-build.patch
index 89d88bb..dec6a23 100644
--- a/kdevelop-4.4.1-ninja-build.patch
+++ b/kdevelop-4.4.1-ninja-build.patch
@@ -1,11 +1,11 @@
---- kdevelop-4.4.1/projectmanagers/cmake/cmakeutils.cpp 2012-11-03 01:45:57.000000000 +0100
-+++ kdevelop-4.4.1/projectmanagers/cmake/cmakeutils.cpp_new     2012-11-22 09:26:53.084541177 +0100
+--- kdevelop-4.4.1/projectmanagers/cmake/cmakeutils.cpp_new	2012-11-03 01:45:57.000000000 +0100
++++ kdevelop-4.4.1/projectmanagers/cmake/cmakeutils.cpp	2012-11-22 10:08:32.049406021 +0100
 @@ -191,7 +191,7 @@ bool checkForNeedingConfigure( KDevelop:
-
+ 
          return true;
      } else if( !QFileInfo( builddir.toLocalFile() + "/CMakeCache.txt" ).exists() ||
 -               !QFileInfo( builddir.toLocalFile() + "/Makefile" ).exists()
 +               !(QFileInfo( builddir.toLocalFile() + "/Makefile" ).exists() || QFileInfo( builddir.toLocalFile() + "/build.ninja" ).exists())
      )
      {
-         // User entered information already, but cmake hasn't actually been run yet. 
+         // User entered information already, but cmake hasn't actually been run yet.


More information about the scm-commits mailing list