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

Collapse All | Expand All

(-)science/py-scipy/Makefile (+2 lines)
Lines 35-40 Link Here
35
35
36
post-extract:
36
post-extract:
37
	@${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR}
37
	@${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR}
38
	# Syntax error with GCC5.
39
	${REINPLACE_CMD} -e "s|) IF(| .AND. |" ${WRKSRC}/scipy/odr/odrpack/d_lpkbls.f
38
40
39
# This line help fix the plist error because autoplist list it as a file but it is a directory
41
# This line help fix the plist error because autoplist list it as a file but it is a directory
40
	@cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp
42
	@cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp

Return to bug 218780