summaryrefslogtreecommitdiffstats
path: root/audio/csound/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-02-11 22:36:29 +0000
committertrevor <trevor@FreeBSD.org>2002-02-11 22:36:29 +0000
commitb023d718a8086df64e288ada9d3a95dedc9c91a6 (patch)
treeff46a70f7d293efe673e9cfdffd25941c06de5d0 /audio/csound/Makefile
parentfa62768a6c5620528c1db7477d19b9d9d9e84c81 (diff)
downloadFreeBSD-ports-b023d718a8086df64e288ada9d3a95dedc9c91a6.zip
FreeBSD-ports-b023d718a8086df64e288ada9d3a95dedc9c91a6.tar.gz
Suppress warnings generated by inclusion of malloc.h.
PR: 34559 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r--audio/csound/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 39872d6..24c175f 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -42,6 +42,8 @@ post-build:
post-patch:
${PERL} -pi -e "s:/usr/local/lib:${DATADIR}:g" ${WRKSRC}/getstring.c
+ ${FIND} ${WRKSRC} -type f -exec \
+ ${PERL} -pi -e "s:<malloc.h>:<stdlib.h>:g" {} \;
do-install:
${MKDIR} ${PREFIX}/share/csound
OpenPOWER on IntegriCloud