1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- move post-extract target to pre-configure

Reported by:   kris (dosirak)
This commit is contained in:
Dirk Meyer 2004-04-07 20:45:59 +00:00
parent c9ede0fc64
commit acfa2e2bda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106453

View File

@ -52,12 +52,10 @@ MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
BREAKS_IF_PEDANTIC= yes
USE_REINPLACE= yes
post-extract:
pre-configure:
.for file in config.guess config.sub install-sh
@${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC}
.endfor
pre-configure:
${REINPLACE_CMD} -e "s|-lphread|${PTHREAD_LIBS}|" -e "s|CFLAGS =|CFLAGS+=|" \
-e "s|-Wall|-Wall ${PTHREAD_CFLAGS:S=""==}|" \
${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss/Makefile