Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 322351
Collapse All | Expand All

(-)pykde4-4.4.3.orig/python/pykde4/CMakeLists.txt (-1 / +4 lines)
Lines 75-80 Link Here
75
    ${KDEPIMLIBS_INCLUDE_DIRS}
75
    ${KDEPIMLIBS_INCLUDE_DIRS}
76
)
76
)
77
77
78
# Pull in ARM configuration options if needed
79
STRING(REGEX MATCH "PyQt_qreal_double" SIP_ARM_HACK ${PYQT4_SIP_FLAGS} "")
80
78
SET(SIP_INCLUDES ${PYQT4_SIP_DIR} sip)
81
SET(SIP_INCLUDES ${PYQT4_SIP_DIR} sip)
79
SET(SIP_CONCAT_PARTS 8)
82
SET(SIP_CONCAT_PARTS 8)
80
IF (WIN32)
83
IF (WIN32)
Lines 82-88 Link Here
82
ELSE (WIN32)
85
ELSE (WIN32)
83
    SET(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
86
    SET(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
84
ENDIF (WIN32)
87
ENDIF (WIN32)
85
SET(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug)
88
SET(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug ${SIP_ARM_HACK})
86
89
87
# Use an extra option when compiling on Python 3.
90
# Use an extra option when compiling on Python 3.
88
IF (PYTHON_3)
91
IF (PYTHON_3)

Return to bug 322351