fix pthread detection
This commit is contained in:
parent
2712f303c8
commit
617deee43f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77517
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user