[Cmake-commits] CMake branch, next, updated. v2.8.2-169-g8ee7df8

Alexander Neundorf neundorf at kde.org
Wed Jun 30 13:29:26 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  8ee7df8ca0a9b97cbb63107439bf81863921978e (commit)
       via  421952c7d8e94b3c085d1252e64dbd5bf06224a6 (commit)
       via  ee433a96e6f89fcc3e58370689fedef08191b397 (commit)
       via  3b26fa13c42e8cf26b5b7dda57e4a3aac5f1cb11 (commit)
       via  b84220b28716ef7bf3395edf4386a1a038ec9495 (commit)
      from  f88006a9e90e90fbecc54721728519fba9e9a9be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8ee7df8ca0a9b97cbb63107439bf81863921978e
commit 8ee7df8ca0a9b97cbb63107439bf81863921978e
Merge: f88006a 421952c
Author: Alex Neundorf <neundorf at kde.org>
Date:   Wed Jun 30 19:28:22 2010 +0200

    Merge branch 'fix_cmcurl_build_ssize_t_5thtry' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=421952c7d8e94b3c085d1252e64dbd5bf06224a6
commit 421952c7d8e94b3c085d1252e64dbd5bf06224a6
Author: Alex Neundorf <neundorf at kde.org>
Date:   Wed Jun 30 19:27:26 2010 +0200

    fix build on SUSE 11.2 in cmcurl due to ssize_t
    
    Alex

diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
index 510851a..0f98e5a 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
@@ -731,6 +731,7 @@ FOREACH(var
     SIZEOF_LONG_LONG
     SIZEOF___INT64
     SIZEOF_SIZE_T
+    SIZEOF_SSIZE_T
     SIZEOF_TIME_T
     )
   IF(NOT ${var}_CODE)

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list