1
0
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:
Marcus Alves Grando 2006-03-24 00:31:57 +00:00
parent 9a6e5056a0
commit 27715886e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158038

View File

@ -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>