summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/files/pykde4-4.10.1-arm-sip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/pykde4/files/pykde4-4.10.1-arm-sip.patch')
-rw-r--r--kde-base/pykde4/files/pykde4-4.10.1-arm-sip.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-base/pykde4/files/pykde4-4.10.1-arm-sip.patch b/kde-base/pykde4/files/pykde4-4.10.1-arm-sip.patch
deleted file mode 100644
index 73cee86b6c5..00000000000
--- a/kde-base/pykde4/files/pykde4-4.10.1-arm-sip.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-See Gentoo bug #322351.
-
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -101,6 +101,8 @@
- ${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)
-@@ -108,7 +110,7 @@
- else ()
- set(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
- endif ()
--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_VERSION_MAJOR GREATER 2)