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:
parent
08a32c12ca
commit
26213b110a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131811
@ -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||' \
|
||||
|
@ -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||' \
|
||||
|
Loading…
Reference in New Issue
Block a user