fix pthread detection

This commit is contained in:
Ying-Chieh Liao 2003-03-27 06:10:51 +00:00
parent 2712f303c8
commit 617deee43f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77517
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ INSTALLS_SHLIB= yes
MAN1= osip.1
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -23,6 +23,6 @@ INSTALLS_SHLIB= yes
MAN1= osip.1
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.include <bsd.port.mk>