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

(-)Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
MAN1=		xcircuit.1
24
MAN1=		xcircuit.1
25
25
26
post-patch:
26
post-patch:
27
	@find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \
27
	@find ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
28
		's|<malloc.h>|<stdlib.h>|g'
28
		's|<malloc.h>|<stdlib.h>|g'
29
29
30
post-install:
30
post-install:

Return to bug 39273