1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Speed up configure by not using two unneeded configure scripts.

This commit is contained in:
Michael Johnson 2005-03-21 04:56:31 +00:00
parent 08a32c12ca
commit 26213b110a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131811
2 changed files with 6 additions and 0 deletions

View File

@ -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||' \

View File

@ -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||' \