Magellan Linux

Contents of /trunk/pykde4/patches/pykde4-4.13.97-use_system_sip_dir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2523 - (show annotations) (download)
Tue Nov 11 09:30:26 2014 UTC (9 years, 5 months ago) by niro
File size: 541 byte(s)
-fix sip include patch, patch from fedora
1 diff -up pykde4-4.13.97/CMakeLists.txt.use_system_sip_dir pykde4-4.13.97/CMakeLists.txt
2 --- pykde4-4.13.97/CMakeLists.txt.use_system_sip_dir 2014-07-29 12:05:46.000000000 -0500
3 +++ pykde4-4.13.97/CMakeLists.txt 2014-08-07 10:02:34.770363996 -0500
4 @@ -108,7 +108,7 @@ else ()
5 endif ()
6 set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug)
7
8 -set(SIP_FILES_INSTALL_DIR ${SHARE_INSTALL_PREFIX}/sip)
9 +set(SIP_FILES_INSTALL_DIR ${SIP_DEFAULT_SIP_DIR})
10
11 # Use an extra option when compiling on Python 3.
12 if (PYTHON_VERSION_MAJOR GREATER 2)