diff options
author | 2008-02-07 00:12:59 +0000 | |
---|---|---|
committer | 2008-02-07 00:12:59 +0000 | |
commit | 5dce68c9cc05b718532a522d45797435bc4d68b2 (patch) | |
tree | 3405da9ffcff7553acfd1a283d8344919ace829c /kde-base/kalgebra/files | |
parent | rename check_apache_threads to has_apache_threads as suggested by dberkholz (diff) | |
download | historical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.gz historical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.bz2 historical-5dce68c9cc05b718532a522d45797435bc4d68b2.zip |
Version bump to KDE 4.0.1.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'kde-base/kalgebra/files')
-rw-r--r-- | kde-base/kalgebra/files/kalgebra-4.0.1-opengl.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/kalgebra/files/kalgebra-4.0.1-opengl.patch b/kde-base/kalgebra/files/kalgebra-4.0.1-opengl.patch new file mode 100644 index 000000000000..0ca889f566e9 --- /dev/null +++ b/kde-base/kalgebra/files/kalgebra-4.0.1-opengl.patch @@ -0,0 +1,23 @@ +Index: kalgebra/src/CMakeLists.txt +=================================================================== +--- kalgebra/src/CMakeLists.txt (revision 767350) ++++ kalgebra/src/CMakeLists.txt (working copy) +@@ -24,7 +24,6 @@ + functionedit.cpp + varedit.cpp + main.cpp +- graph3d.cpp + algebrahighlighter.cpp + expressionedit.cpp + graph2d.cpp +@@ -33,6 +32,10 @@ + functionimpl.cpp + ) + ++if(OPENGL_FOUND) ++ set(kalgebra_SRCS ${kalgebra_SRCS} graph3d.cpp) ++endif(OPENGL_FOUND) ++ + kde4_add_library(analitza ${analitza_SRCS}) + target_link_libraries(analitza ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} ${KDE4_KDECORE_LIBS}) + |