aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mp4v2
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-03-21 04:56:31 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-03-21 04:56:31 +0000
commit26213b110adab9badda8b9e0ccac3a04a242e98b (patch)
treee9c63eb17772b9ff524358b548236b4fcd1873bf /multimedia/mp4v2
parent08a32c12cabec90f6a83c20c9f3c4063682fa73e (diff)
downloadports-26213b110adab9badda8b9e0ccac3a04a242e98b.tar.gz
ports-26213b110adab9badda8b9e0ccac3a04a242e98b.zip
- Speed up configure by not using two unneeded configure scripts.
Notes
Notes: svn path=/head/; revision=131811
Diffstat (limited to 'multimedia/mp4v2')
-rw-r--r--multimedia/mp4v2/Makefile3
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||' \