summaryrefslogtreecommitdiff
path: root/irc/weechat-devel/files/patch-cmake-FindTCL_cmake
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-04-03 07:56:08 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-04-03 07:56:08 +0000
commit0923c735670fe6af396b526299091de1e549ff0c (patch)
tree8fe0abaa92c602ebb05aa0ccb3bc6de17ea677f0 /irc/weechat-devel/files/patch-cmake-FindTCL_cmake
parent- Update to 0.55.2 (diff)
- Update to 20110326
PR: ports/156131 Submitted by: Jase Thew <freebsd AT beardz.net> (maintainer)
Notes
Notes: svn path=/head/; revision=272143
Diffstat (limited to 'irc/weechat-devel/files/patch-cmake-FindTCL_cmake')
-rw-r--r--irc/weechat-devel/files/patch-cmake-FindTCL_cmake10
1 files changed, 7 insertions, 3 deletions
diff --git a/irc/weechat-devel/files/patch-cmake-FindTCL_cmake b/irc/weechat-devel/files/patch-cmake-FindTCL_cmake
index bbde7bc2ecda..a2346696322e 100644
--- a/irc/weechat-devel/files/patch-cmake-FindTCL_cmake
+++ b/irc/weechat-devel/files/patch-cmake-FindTCL_cmake
@@ -1,6 +1,6 @@
---- cmake/FindTCL.cmake.orig 2010-12-10 15:13:27.000000000 +0000
-+++ cmake/FindTCL.cmake 2010-12-12 19:23:43.000000000 +0000
-@@ -55,94 +55,18 @@
+--- cmake/FindTCL.cmake.orig 2011-04-02 18:26:10.225070885 +0100
++++ cmake/FindTCL.cmake 2011-04-02 18:29:21.009167958 +0100
+@@ -55,98 +55,18 @@
SET(TCL_FIND_QUIETLY TRUE)
ENDIF(TCL_FOUND)
@@ -21,10 +21,14 @@
-
-SET(TCL_POSSIBLE_LIB_PATHS
- "${TCL_INCLUDE_PATH_PARENT}/lib"
+- "${TCL_INCLUDE_PATH_PARENT}/lib64"
- "${TCL_LIBRARY_PATH}"
- "${TCL_TCLSH_PATH_PARENT}/lib"
+- "${TCL_TCLSH_PATH_PARENT}/lib64"
- /usr/lib
+- /usr/lib64
- /usr/local/lib
+- /usr/local/lib64
- )
-
-IF(WIN32)