Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 464750 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- CMakeLists.txt
0
++ CMakeLists.txt
Lines 101-106 Link Here
101
    ${KDEPIMLIBS_INCLUDE_DIRS}
101
    ${KDEPIMLIBS_INCLUDE_DIRS}
102
)
102
)
103
103
104
# Pull in ARM configuration options if needed
105
STRING(REGEX MATCH "PyQt_qreal_double" SIP_ARM_HACK ${PYQT4_SIP_FLAGS} ""
104
set(SIP_INCLUDES ${PYQT4_SIP_DIR} sip)
106
set(SIP_INCLUDES ${PYQT4_SIP_DIR} sip)
105
set(SIP_CONCAT_PARTS 8)
107
set(SIP_CONCAT_PARTS 8)
106
if (WIN32)
108
if (WIN32)
Lines 108-114 Link Here
108
else ()
110
else ()
109
    set(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
111
    set(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
110
endif ()
112
endif ()
111
set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug)
113
set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug ${SIP_ARM_HACK})
112
114
113
# Use an extra option when compiling on Python 3.
115
# Use an extra option when compiling on Python 3.
114
if (PYTHON_VERSION_MAJOR GREATER 2)
116
if (PYTHON_VERSION_MAJOR GREATER 2)

Return to bug 464750