1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix build error on -CURRENT (result of a parsing fix in /bin/sh)

Submitted by:	jilles
This commit is contained in:
Johan van Selst 2009-10-31 13:14:48 +00:00
parent 13389367fc
commit 786f39c436
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243578

View File

@ -226,8 +226,8 @@ post-patch:
@${REINPLACE_CMD} -e 's| -lgmp| -L${LOCALBASE}/lib -lgmp|' \
${WRKSRC}/src/modules/Gmp/configure ${WRKSRC}/src/modules/_Image_XFace/configure
@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|' \
${WRKSRC}/src/configure
@${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \
-e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \
-e "s|/cc/|&'|" \
${WRKSRC}/src/configure
post-install: