summaryrefslogtreecommitdiffstats
path: root/graphics/brlcad/brlcad-tcltk_match_includes.patch
blob: 76da965f51f2a7239898f2c3366467ddcdbd35cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff -Naur a/src/bwish/CMakeLists.txt b/src/bwish/CMakeLists.txt
--- a/src/bwish/CMakeLists.txt	2013-06-14 01:55:27.000000000 -0400
+++ b/src/bwish/CMakeLists.txt	2013-11-21 20:57:03.386263490 -0500
@@ -14,6 +14,8 @@
 include_directories(
   ${CMAKE_SOURCE_DIR}/src/other/tcl/generic
   ${CMAKE_SOURCE_DIR}/src/other/tcl/unix
+  ${CMAKE_SOURCE_DIR}/src/other/tk/generic
+  ${CMAKE_SOURCE_DIR}/src/other/tk/unix
   ${CMAKE_SOURCE_DIR}/src/other/incrTcl/itcl/generic
   ${CMAKE_SOURCE_DIR}/src/other/incrTcl/itk/generic
   )
diff -Naur a/src/libtclcad/CMakeLists.txt b/src/libtclcad/CMakeLists.txt
--- a/src/libtclcad/CMakeLists.txt	2013-06-14 01:55:25.000000000 -0400
+++ b/src/libtclcad/CMakeLists.txt	2013-11-21 20:43:02.865252378 -0500
@@ -10,6 +10,8 @@
 set(TCLCAD_LOCAL_INCLUDE_DIRS
   ${CMAKE_SOURCE_DIR}/src/other/tcl/generic
   ${CMAKE_SOURCE_DIR}/src/other/tcl/unix
+  ${CMAKE_SOURCE_DIR}/src/other/tk/generic
+  ${CMAKE_SOURCE_DIR}/src/other/tk/unix
   ${CMAKE_SOURCE_DIR}/src/other/incrTcl/itcl/generic
   ${CMAKE_SOURCE_DIR}/src/other/incrTcl/itk/generic
   ${PNG_INCLUDE_DIR}
diff -Naur a/src/mged/CMakeLists.txt b/src/mged/CMakeLists.txt
--- a/src/mged/CMakeLists.txt	2013-06-14 01:55:49.000000000 -0400
+++ b/src/mged/CMakeLists.txt	2013-11-21 21:07:51.444272058 -0500
@@ -15,6 +15,8 @@
 include_directories(
   ${CMAKE_SOURCE_DIR}/src/other/tcl/generic
   ${CMAKE_SOURCE_DIR}/src/other/tcl/unix
+  ${CMAKE_SOURCE_DIR}/src/other/tk/generic
+  ${CMAKE_SOURCE_DIR}/src/other/tk/unix
   ${CMAKE_SOURCE_DIR}/src/other/incrTcl/itcl/generic
   ${CMAKE_SOURCE_DIR}/src/other/incrTcl/itk/generic
   )