[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e
paroga at webkit.org
paroga at webkit.org
Fri Jan 21 14:57:36 UTC 2011
The following commit has been merged in the debian/experimental branch:
commit 0c703d536a9b76caa8adfa484db9ce6b4454ecfb
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Jan 5 16:28:30 2011 +0000
2011-01-05 Patrick Gansterer <paroga at webkit.org>
Reviewed by Andreas Kling.
[WINCE] Remove CMake warning
https://bugs.webkit.org/show_bug.cgi?id=51921
* Source/cmake/WebKitHelpers.cmake:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75067 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 5e1dbb8..b4ca18d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-05 Patrick Gansterer <paroga at webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [WINCE] Remove CMake warning
+ https://bugs.webkit.org/show_bug.cgi?id=51921
+
+ * Source/cmake/WebKitHelpers.cmake:
+
2011-01-04 Martin Robinson <mrobinson at igalia.com>
Reviewed by David Levin.
diff --git a/Source/cmake/WebKitHelpers.cmake b/Source/cmake/WebKitHelpers.cmake
index 8e26693..58c506b 100644
--- a/Source/cmake/WebKitHelpers.cmake
+++ b/Source/cmake/WebKitHelpers.cmake
@@ -1,7 +1,7 @@
# Sets extra compile flags for a target, depending on the compiler being used.
# Currently, only GCC is supported.
MACRO(WEBKIT_SET_EXTRA_COMPILER_FLAGS _target)
- IF (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU")
+ IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
GET_TARGET_PROPERTY(OLD_COMPILE_FLAGS ${_target} COMPILE_FLAGS)
IF (${OLD_COMPILE_FLAGS} STREQUAL "OLD_COMPILE_FLAGS-NOTFOUND")
SET(OLD_COMPILE_FLAGS "")
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list