1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Respect PTHREAD_LIBS

This commit is contained in:
Tilman Keskinoz 2004-05-25 09:41:44 +00:00
parent 5bb21e9b59
commit c669d7c3e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109956

View File

@ -19,5 +19,9 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>