diff options
author | trevor <trevor@FreeBSD.org> | 2002-02-11 22:36:29 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-02-11 22:36:29 +0000 |
commit | b023d718a8086df64e288ada9d3a95dedc9c91a6 (patch) | |
tree | ff46a70f7d293efe673e9cfdffd25941c06de5d0 /audio/csound/Makefile | |
parent | fa62768a6c5620528c1db7477d19b9d9d9e84c81 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |