diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-21 12:56:31 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-21 12:56:31 +0800 |
commit | 21237ad29416046bc8ffb92323fe296b91517b89 (patch) | |
tree | 8fbdaff2b7213628d3b48f6f5504309a0c57a983 /multimedia/mp4v2 | |
parent | c91b17b07ab3cf4e0947a4f36d607dcf263641b2 (diff) | |
download | freebsd-ports-gnome-21237ad29416046bc8ffb92323fe296b91517b89.tar.gz freebsd-ports-gnome-21237ad29416046bc8ffb92323fe296b91517b89.tar.zst freebsd-ports-gnome-21237ad29416046bc8ffb92323fe296b91517b89.zip |
- Speed up configure by not using two unneeded configure scripts.
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||' \ |