Blame pykde4-4.12.3-python_library_realpath.patch

Rex Dieter ca2bfd7
diff -up pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt.python_library_realpath pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt
Rex Dieter ca2bfd7
--- pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt.python_library_realpath	2014-01-18 13:18:35.000000000 -0600
Rex Dieter ca2bfd7
+++ pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt	2014-03-07 22:38:06.228544932 -0600
Rex Dieter ca2bfd7
@@ -3,7 +3,8 @@
Rex Dieter ca2bfd7
 set(kpythonpluginfactory_SRCS
Rex Dieter ca2bfd7
     kpythonpluginfactory.cpp)
Rex Dieter ca2bfd7
 
Rex Dieter ca2bfd7
-GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARIES} NAME)
Rex Dieter ca2bfd7
+GET_FILENAME_COMPONENT(PYTHON_LIBRARY_REALPATH "${PYTHON_LIBRARY}" REALPATH)
Rex Dieter ca2bfd7
+GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARY_REALPATH} NAME)
Rex Dieter ca2bfd7
 ADD_DEFINITIONS(-DLIB_PYTHON="${LIB_PYTHON}")
Rex Dieter ca2bfd7
 ADD_DEFINITIONS(-DKDE_DEFAULT_DEBUG_AREA=15000)
Rex Dieter ca2bfd7