diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-21 04:56:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-21 04:56:31 +0000 |
commit | 26213b110adab9badda8b9e0ccac3a04a242e98b (patch) | |
tree | e9c63eb17772b9ff524358b548236b4fcd1873bf /multimedia/mp4v2 | |
parent | 08a32c12cabec90f6a83c20c9f3c4063682fa73e (diff) | |
download | ports-26213b110adab9badda8b9e0ccac3a04a242e98b.tar.gz ports-26213b110adab9badda8b9e0ccac3a04a242e98b.zip |
Notes
Diffstat (limited to 'multimedia/mp4v2')
-rw-r--r-- | multimedia/mp4v2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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||' \ |