From 26213b110adab9badda8b9e0ccac3a04a242e98b Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 21 Mar 2005 04:56:31 +0000 Subject: - Speed up configure by not using two unneeded configure scripts. --- multimedia/mp4v2/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'multimedia/mp4v2') diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index 0630d2c257bc..da845d239e43 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -38,6 +38,9 @@ CFLAGS+= -O2 .endif post-patch: +# Speed up configure by not using 2 unneeded configure scripts. + @${ECHO_CMD} "" > ${WRKSRC}/lib/rtp/configure + @${ECHO_CMD} "" > ${WRKSRC}/lib/SDLAudio/configure @${REINPLACE_CMD} \ -e 's|>&/|>/|; s|-Wmissing-declarations||; \ s|-Wmissing-prototypes||' \ -- cgit v1.2.3