View | Details | Raw Unified | Return to bug 67515
Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 121-126 Link Here
121
	${REINPLACE_CMD} -e \
121
	${REINPLACE_CMD} -e \
122
		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
122
		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
123
		${WRKSRC}/Lib/pydoc.py
123
		${WRKSRC}/Lib/pydoc.py
124
	${REINPLACE_CMD} -e \
125
		's,LDSHARED="cc,LDSHARED="${CC},g' \
126
		${WRKSRC}/configure
124
127
125
post-configure: ${STACKLESS_POST_CONFIGURE}
128
post-configure: ${STACKLESS_POST_CONFIGURE}
126
	@# prepare a subdir for shared build
129
	@# prepare a subdir for shared build

Return to bug 67515