diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-11 22:36:29 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-11 22:36:29 +0000 |
commit | 7c4c2350094c2c34cab2cca68a87846fa3e1b399 (patch) | |
tree | 8e93cfb2b36182abff3e5693d5a862bdf5619c6f /audio/csound | |
parent | de6334b4dc6d55946af8151573b012472b8cf420 (diff) | |
download | ports-7c4c2350094c2c34cab2cca68a87846fa3e1b399.tar.gz ports-7c4c2350094c2c34cab2cca68a87846fa3e1b399.zip |
Notes
Diffstat (limited to 'audio/csound')
-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 39872d65e7e3..24c175f1c91f 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 |