aboutsummaryrefslogtreecommitdiff
path: root/math/oleo
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-03-29 17:22:14 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2002-03-29 17:22:14 +0000
commit5061720c26d92ac79cca22cba513cdc9457b45ae (patch)
treebe462bf7004d3c91042b80863e520888fb813753 /math/oleo
parent7ddfd112ea7ddc539be24672f0ec31896f161387 (diff)
downloadports-5061720c26d92ac79cca22cba513cdc9457b45ae.tar.gz
ports-5061720c26d92ac79cca22cba513cdc9457b45ae.zip
Notes
Diffstat (limited to 'math/oleo')
-rw-r--r--math/oleo/Makefile4
1 files changed, 4 insertions, 0 deletions
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|<malloc.h>|<stdlib.h>|g"
+
.include <bsd.port.mk>