diff options
| author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-12 14:37:13 +0300 |
|---|---|---|
| committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-12 14:37:13 +0300 |
| commit | 9e7649dfb99cfc7973e04148829b4684e0b368d0 (patch) | |
| tree | 67ba757e55892a79033ef766723d5f64a1a3729d /kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch | |
| parent | 009f317cf3f21cefd93250b15a857e55ebe012af (diff) | |
| download | kde-9e7649dfb99cfc7973e04148829b4684e0b368d0.tar.gz kde-9e7649dfb99cfc7973e04148829b4684e0b368d0.tar.bz2 kde-9e7649dfb99cfc7973e04148829b4684e0b368d0.zip | |
Add missing patch
(Portage version: 2.2_rc20/git/Linux 2.6.28-gentoo x86_64)
(Unsigned Manifest commit)
Diffstat (limited to 'kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch')
| -rw-r--r-- | kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch b/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch new file mode 100644 index 00000000000..c82bb8fad38 --- /dev/null +++ b/kde-base/kalgebra/files/kalgebra-4.0.2-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 + expressionedit.cpp + graph2d.cpp + operatorsmodel.cpp +@@ -33,6 +32,10 @@ + functionimpl.cpp + ) + ++if(OPENGL_FOUND) ++ set(kalgebra_SRCS ${kalgebra_SRCS} graph3d.cpp) ++endif(OPENGL_FOUND) ++ + #uncomment this if oxygen icons for kalgebra are available + #kde4_add_app_icon(kalgebra_SRCS "${CMAKE_INSTALL_PREFIX}/share/icons/oxygen/*/apps/kalgebra.png") + |
