diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
commit | b4359e8bf97799f83dc1ca62744db7cfcc81bc87 (patch) | |
tree | 3346872613490cc467c19e1645d0026c1221bce7 /redhat/kdegraphics/kdegraphics-3.5.13.1-fix_rhel4_libraries.patch | |
parent | 4cc71d79c5718d59078d06c497a56d7c05b41576 (diff) | |
download | tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.tar.gz tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.zip |
RPM Packaging: rename directories
Diffstat (limited to 'redhat/kdegraphics/kdegraphics-3.5.13.1-fix_rhel4_libraries.patch')
-rw-r--r-- | redhat/kdegraphics/kdegraphics-3.5.13.1-fix_rhel4_libraries.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/redhat/kdegraphics/kdegraphics-3.5.13.1-fix_rhel4_libraries.patch b/redhat/kdegraphics/kdegraphics-3.5.13.1-fix_rhel4_libraries.patch deleted file mode 100644 index 4fbcb80ad..000000000 --- a/redhat/kdegraphics/kdegraphics-3.5.13.1-fix_rhel4_libraries.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- kdegraphics-3.5.13.1/kgamma/ConfigureChecks.cmake.ORI 2012-10-10 21:25:24.204928664 +0200 -+++ kdegraphics-3.5.13.1/kgamma/ConfigureChecks.cmake 2012-10-10 21:26:51.812154610 +0200 -@@ -11,10 +11,10 @@ - - include( CheckIncludeFileCXX ) - - pkg_search_module( XXF86VM xxf86vm ) - if( NOT XXF86VM_FOUND ) -- tde_message_fatal( "xxf86vm is required, but was not found on your system" ) -+ set( XXF86VM_LIBRARIES "-lXxf86vm" ) - endif( ) - - tde_save( CMAKE_REQUIRED_INCLUDES ) - set( CMAKE_REQUIRED_INCLUDES ${TQT_INCLUDE_DIRS} ) ---- kdegraphics-3.5.13.1/kpovmodeler/ConfigureChecks.cmake.ORI 2012-10-10 21:33:43.491841294 +0200 -+++ kdegraphics-3.5.13.1/kpovmodeler/ConfigureChecks.cmake 2012-10-10 21:34:11.245282172 +0200 -@@ -23,5 +23,5 @@ - # xmu - pkg_search_module( XMU xmu ) - if( NOT XMU_FOUND ) -- tde_message_fatal( "xmu is required, but was not found on your system" ) -+ set( XMU_LIBRARIES "-lXmu" ) - endif( ) ---- kdegraphics-3.5.13.1/ksvg/plugin/backends/libart/GlyphTracerLibart.cpp.ORI 2012-10-11 22:17:26.285831149 +0200 -+++ kdegraphics-3.5.13.1/ksvg/plugin/backends/libart/GlyphTracerLibart.cpp 2012-10-11 22:17:31.815712301 +0200 -@@ -31,11 +31,7 @@ - - #include <config.h> - --#ifdef HAVE_FREETYPE_2_2_x -- #define FT_VECTOR_PARAMETER const FT_Vector --#else -- #define FT_VECTOR_PARAMETER FT_Vector --#endif -+#define FT_VECTOR_PARAMETER FT_Vector - - using namespace T2P; - |