[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2348-g2991b49

Daniele E. Domenichelli daniele.domenichelli at gmail.com
Tue Apr 15 10:27:06 EDT 2014


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  2991b499abe95138980effdef884452b6c702999 (commit)
       via  ef9366b0bbb19639244a06ac34c8a8ecd35e66e8 (commit)
      from  a0a5c4f067784fe9f21cc7d819366aa8c98bc884 (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=2991b499abe95138980effdef884452b6c702999
commit 2991b499abe95138980effdef884452b6c702999
Merge: a0a5c4f ef9366b
Author:     Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Tue Apr 15 10:27:05 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 15 10:27:05 2014 -0400

    Merge topic 'FindGTK2_fix_bsd' into next
    
    ef9366b0 FindGTK2: Add /usr/X11R6/ to include paths


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ef9366b0bbb19639244a06ac34c8a8ecd35e66e8
commit ef9366b0bbb19639244a06ac34c8a8ecd35e66e8
Author:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Tue Apr 15 16:26:10 2014 +0200
Commit:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Tue Apr 15 16:26:13 2014 +0200

    FindGTK2: Add /usr/X11R6/ to include paths
    
    Should fix builds on OpenBSD, see
    http://open.cdash.org/viewTest.php?onlyfailed&buildid=3286713

diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index a91da33..fecf929 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -267,6 +267,8 @@ function(_GTK2_FIND_INCLUDE_DIR _var _hdr)
             /usr/local/lib
             /usr/lib64
             /usr/lib
+            /usr/X11R6/include
+            /usr/X11R6/lib
             /opt/gnome/include
             /opt/gnome/lib
             /opt/openwin/include

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

Summary of changes:
 Modules/FindGTK2.cmake |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list