Remove PTHREAD_LIBS hack. It's no longer needed.

This commit is contained in:
Markus Brueffer 2006-10-09 12:54:25 +00:00
parent bf5d019630
commit 0e43b85fc9

View file

@ -18,7 +18,6 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>