View | Details | Raw Unified | Return to bug 219641 | Differences between
and this patch

Collapse All | Expand All

(-)pyqt.mk (+1 lines)
Lines 219-224 Link Here
219
		-d ${PYTHONPREFIX_SITELIBDIR} \
219
		-d ${PYTHONPREFIX_SITELIBDIR} \
220
		-q ${QMAKE} \
220
		-q ${QMAKE} \
221
		--confirm-license \
221
		--confirm-license \
222
		--sip ${LOCALBASE}/bin/sip-${PYTHON_VER} \
222
		--sipdir ${SIPDIR}
223
		--sipdir ${SIPDIR}
223
224
224
# One of the things PyQt looks for to determine whether to build the Qt DBus
225
# One of the things PyQt looks for to determine whether to build the Qt DBus
(-)python.mk (-1 / +3 lines)
Lines 545-551 Link Here
545
_USES_stage+=	935:add-plist-python
545
_USES_stage+=	935:add-plist-python
546
add-plist-python:
546
add-plist-python:
547
	@${AWK} '\
547
	@${AWK} '\
548
		/\.py[co]$$/ && !($$0 ~ "/" pc "/") {id = match($$0, /\/[^\/]+\.py[co]$$/); if (id != 0) {d = substr($$0, 1, RSTART - 1); dirs[d] = 1}; sub(/\.pyc$$/,  "." mt "&"); sub(/\.pyo$$/, "." mt "." pyo); sub(/[^\/]+\.py[co]$$/, pc "/&"); print; next} \
548
		/\.py[co]$$/ && !($$0 ~ "/" pc "/") {id = match($$0, /\/[^\/]+\.py[co]$$/); if (id != 0) {d = substr($$0, 1, RSTART - 1); dirs[d] = 1}; od = match($$0, /opt-1/);\
549
		if ( od != 0 ) sub(/\.opt-1\./, "." mt "&"); else \
550
		sub(/\.pyc$$/,  "." mt "&");  sub(/[^\/]+\.py[co]$$/, pc "/&"); print; next} \
549
		/^@dirrm / {d = substr($$0, 8); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \
551
		/^@dirrm / {d = substr($$0, 8); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \
550
		/^@dirrmtry / {d = substr($$0, 11); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \
552
		/^@dirrmtry / {d = substr($$0, 11); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \
551
		{print} \
553
		{print} \

Return to bug 219641