mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Change fixed -lpthread to ${PTHREAD_LIBS}
PR: 94794 Notified by: maintainer
This commit is contained in:
parent
9a6e5056a0
commit
27715886e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158038
@ -24,4 +24,8 @@ CONFIGURE_ARGS+=--with-gtk2 \
|
||||
pre-fetch:
|
||||
@${CAT} pkg-message
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
|
||||
${WRKSRC}/configure ${WRKSRC}/src/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user