diff options
| author | Andreas K. Huettel (dilfridge) <mail@akhuettel.de> | 2010-06-16 19:47:45 +0200 |
|---|---|---|
| committer | Andreas K. Huettel (dilfridge) <mail@akhuettel.de> | 2010-06-16 19:50:54 +0200 |
| commit | a85f0fe0e088802a1c47a0d932e5fccccc5cab4b (patch) | |
| tree | 5b548eb5cc46b84ad5f3f6670e12fee801cfbce8 /kde-base/pykde4/files/pykde4-arm-sip.patch | |
| parent | b4211d346339069faef8fe0e32e8512e55837f9d (diff) | |
| download | kde-a85f0fe0e088802a1c47a0d932e5fccccc5cab4b.tar.gz kde-a85f0fe0e088802a1c47a0d932e5fccccc5cab4b.tar.bz2 kde-a85f0fe0e088802a1c47a0d932e5fccccc5cab4b.zip | |
[kde-base/pykde4] Added arm fix as of bug 322351. Needs testing.
Diffstat (limited to 'kde-base/pykde4/files/pykde4-arm-sip.patch')
| -rw-r--r-- | kde-base/pykde4/files/pykde4-arm-sip.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-base/pykde4/files/pykde4-arm-sip.patch b/kde-base/pykde4/files/pykde4-arm-sip.patch new file mode 100644 index 00000000000..f967c451e7d --- /dev/null +++ b/kde-base/pykde4/files/pykde4-arm-sip.patch @@ -0,0 +1,22 @@ +diff -Naur pykde4-4.4.3.orig/python/pykde4/CMakeLists.txt pykde4-4.4.3/python/pykde4/CMakeLists.txt +--- pykde4-4.4.3.orig/python/pykde4/CMakeLists.txt 2010-03-29 14:57:40.000000000 +0200 ++++ pykde4-4.4.3/python/pykde4/CMakeLists.txt 2010-05-31 15:49:17.095615617 +0200 +@@ -75,6 +75,9 @@ + ${KDEPIMLIBS_INCLUDE_DIRS} + ) + ++# Pull in ARM configuration options if needed ++STRING(REGEX MATCH "PyQt_qreal_double" SIP_ARM_HACK ${PYQT4_SIP_FLAGS} "") ++ + SET(SIP_INCLUDES ${PYQT4_SIP_DIR} sip) + SET(SIP_CONCAT_PARTS 8) + IF (WIN32) +@@ -82,7 +85,7 @@ + ELSE (WIN32) + SET(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG}) + ENDIF (WIN32) +-SET(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug) ++SET(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug ${SIP_ARM_HACK}) + + # Use an extra option when compiling on Python 3. + IF (PYTHON_3) |
