Changeset View
Changeset View
Standalone View
Standalone View
devel/py-sip/Makefile
Show All 26 Lines | |||||
OPTIONS_DEFINE= DOCS DEBUG | OPTIONS_DEFINE= DOCS DEBUG | ||||
DEBUG_CONFIGURE_ON= --debug | DEBUG_CONFIGURE_ON= --debug | ||||
# From upstreams site: | # From upstreams site: | ||||
# When building PyQt5 v5.11 or later you must configure SIP to create a | # When building PyQt5 v5.11 or later you must configure SIP to create a | ||||
# private copy of the sip module using a command line similar to the following: | # private copy of the sip module using a command line similar to the following: | ||||
# > python configure.py --sip-module PyQt5.sip --no-tools | # > python configure.py --sip-module PyQt5.sip --no-tools | ||||
# As this port is already flavored we cannot add further Qt4/Qt5 flavoring. | |||||
CONFIGURE_WRKSRC= ${WRKSRC}/default | CONFIGURE_WRKSRC= ${WRKSRC}/default | ||||
BUILD_WRKSRC= ${CONFIGURE_WRKSRC} | BUILD_WRKSRC= ${CONFIGURE_WRKSRC} | ||||
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} | INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} | ||||
do-configure: | do-configure: | ||||
# The default sip 'flavor' | # The default sip 'flavor' | ||||
${MKDIR} ${CONFIGURE_WRKSRC} && \ | ${MKDIR} ${CONFIGURE_WRKSRC} && \ | ||||
cd ${CONFIGURE_WRKSRC} && \ | cd ${CONFIGURE_WRKSRC} && \ | ||||
Show All 27 Lines |