aboutsummaryrefslogtreecommitdiff
path: root/math/kalgebra/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-01-25 10:21:01 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-01-25 10:21:01 +0000
commitf234761615f8529aaccfa21e36ab5705dc45b91d (patch)
tree4782d327bb4bd50632012205426aad765d88d7d1 /math/kalgebra/files/patch-CMakeLists.txt
parent1a193f8a71d970fe161b9dd9c97de74af5e75812 (diff)
The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
Notes
Notes: svn path=/head/; revision=289775
Diffstat (limited to 'math/kalgebra/files/patch-CMakeLists.txt')
-rw-r--r--math/kalgebra/files/patch-CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/kalgebra/files/patch-CMakeLists.txt b/math/kalgebra/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..9e4bf9b9109b
--- /dev/null
+++ b/math/kalgebra/files/patch-CMakeLists.txt
@@ -0,0 +1,8 @@
+--- ./CMakeLists.txt.orig 2011-12-12 11:26:46.061238287 +0100
++++ ./CMakeLists.txt 2011-12-12 11:29:33.561244057 +0100
+@@ -48,3 +48,5 @@
+ macro_display_feature_log()
+ endif (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
+
++set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules)
++install(FILES ${CMAKE_SOURCE_DIR}/cmake/FindAnalitza.cmake DESTINATION ${module_install_dir})