Remove the threads related REINPLACE again, the source comes with

a smart configure script which figures things out on its own.
This commit is contained in:
Michael Nottebrock 2004-05-21 22:49:38 +00:00
parent 53dc87bb89
commit 1ab85f831e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109670

View File

@ -20,7 +20,6 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>