From b023d718a8086df64e288ada9d3a95dedc9c91a6 Mon Sep 17 00:00:00 2001 From: trevor Date: Mon, 11 Feb 2002 22:36:29 +0000 Subject: Suppress warnings generated by inclusion of malloc.h. PR: 34559 Submitted by: Pierre-Paul Lavoie --- audio/csound/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/csound/Makefile') 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:::g" {} \; do-install: ${MKDIR} ${PREFIX}/share/csound -- cgit