diff options
-rw-r--r-- | audio/pd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index ea67d06aad06..c4418fa7f46a 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -31,10 +31,6 @@ WRKSRC= ${WRKDIR}/pd-0.36-0/src pre-patch: ${CP} ${WRKSRC}/s_linux.c ${WRKSRC}/s_freebsd.c -post-patch: - ${FIND} ${WRKDIR} -type f -name '*.c' -exec ${PERL} -pi -e \ - "s:malloc.h:stdlib.h:g" {} \; - pre-configure: ${CHMOD} +x ${WRKSRC}/${CONFIGURE_SCRIPT} |