diff options
Diffstat (limited to 'graphics/brlcad/brlcad-tcltk_match_includes.patch')
-rw-r--r-- | graphics/brlcad/brlcad-tcltk_match_includes.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/graphics/brlcad/brlcad-tcltk_match_includes.patch b/graphics/brlcad/brlcad-tcltk_match_includes.patch new file mode 100644 index 0000000000..76da965f51 --- /dev/null +++ b/graphics/brlcad/brlcad-tcltk_match_includes.patch @@ -0,0 +1,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 + ) |