From 06d2b60f1a0440241a3ba946a8095b60cbbc7e50 Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 10 Jun 2003 16:23:24 +0000 Subject: Fix build in 5.x branch: malloc.h -> stdlib.h Submitted by: bento, kris --- graphics/animabob/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'graphics/animabob') diff --git a/graphics/animabob/Makefile b/graphics/animabob/Makefile index da3b44f23c76..4de002f75f52 100644 --- a/graphics/animabob/Makefile +++ b/graphics/animabob/Makefile @@ -22,6 +22,12 @@ ALL_TARGET= build MAN1= animabob.1 icol.1 MANCOMPRESSED= yes +post-patch: + @${FIND} ${WRKSRC} -type f | \ + ${XARGS} -x -n 10 \ + ${REINPLACE_CMD} -E \ + -e 's|malloc.h|stdlib.h|' + post-build: # make the doc installation PREFIX safe @${REINPLACE_CMD} -E \ -- cgit