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

(-)ode/Makefile (+4 lines)
Lines 61-64 Link Here
61
	@${FIND} ${WRKSRC} -type f -name "*.h" -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
61
	@${FIND} ${WRKSRC} -type f -name "*.h" -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
62
		-i "" -e 's|<malloc.h>|<stdlib.h>|g'
62
		-i "" -e 's|<malloc.h>|<stdlib.h>|g'
63
63
64
post-install:
65
	${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/include/ode/config.h \
66
		> ${PREFIX}/include/ode/config.h
67
64
.include <bsd.port.post.mk>
68
.include <bsd.port.post.mk>

Return to bug 102930