From 2a1e1e833d389db6f396f0e19804d7ec78c2aa0f Mon Sep 17 00:00:00 2001 From: bmah Date: Fri, 29 Mar 2002 17:22:14 +0000 Subject: Unbreak on 5-CURRENT (replace malloc.h references with stdlib.h). --- math/oleo/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/oleo') diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 666318ac6067..039da6a69cc8 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -40,4 +40,8 @@ pre-everything:: @${ECHO_MSG} .endif +post-patch: + @find ${WRKSRC} -name '*.[ch]' | xargs \ + ${PERL} -pi -e "s|||g" + .include -- cgit