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

Collapse All | Expand All

(-)Makefile (+6 lines)
Lines 24-29 Link Here
24
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
26
26
27
post-patch:
28
.if exists(/usr/lib/libstdc++.so)
29
	${REINPLACE_CMD} -e '/^#pragma GCC diagnostic/d' \
30
		${WRKSRC}/src/lxml/etree.c ${WRKSRC}/src/lxml/objectify.c
31
.endif
32
27
post-install:
33
post-install:
28
	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
34
	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
29
	-name '*.so' -exec ${STRIP_CMD} {} +
35
	-name '*.so' -exec ${STRIP_CMD} {} +

Return to bug 236688