Magellan Linux

Annotation of /trunk/pykde4/patches/pykde4-4.12.3-python_library_realpath.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2522 - (hide annotations) (download)
Tue Nov 11 09:26:07 2014 UTC (9 years, 7 months ago) by niro
File size: 722 byte(s)
-fix sip include patch, patch from fedora
1 niro 2522 diff -up pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt.python_library_realpath pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt
2     --- pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt.python_library_realpath 2014-01-18 13:18:35.000000000 -0600
3     +++ pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt 2014-03-07 22:38:06.228544932 -0600
4     @@ -3,7 +3,8 @@
5     set(kpythonpluginfactory_SRCS
6     kpythonpluginfactory.cpp)
7    
8     -GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARIES} NAME)
9     +GET_FILENAME_COMPONENT(PYTHON_LIBRARY_REALPATH "${PYTHON_LIBRARY}" REALPATH)
10     +GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARY_REALPATH} NAME)
11     ADD_DEFINITIONS(-DLIB_PYTHON="${LIB_PYTHON}")
12     ADD_DEFINITIONS(-DKDE_DEFAULT_DEBUG_AREA=15000)
13