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

(-)devel/avr-gcc/Makefile (+5 lines)
Lines 56-61 BROKEN_mips64= Fails to configure: cannot compute Link Here
56
ARCH=		x86_64
56
ARCH=		x86_64
57
.endif
57
.endif
58
58
59
post-patch:
60
	@${FIND} ${WRKSRC} -type f \( -name '*.[ch]' -o -name '*.cc' \) | \
61
	    ${XARGS} ${EGREP} -l '"(HOST_WIDE|PLUGIN_COND|PRId64)' | \
62
	    ${XARGS} ${REINPLACE_CMD} -E -e 's/"(HOST_WIDE|PLUGIN_COND|PRId64)/" \1/g'
63
59
post-configure:
64
post-configure:
60
	${MKDIR} ${WRKSRC}/gcc/include
65
	${MKDIR} ${WRKSRC}/gcc/include
61
66

Return to bug 227650