cvs commit: ports/sysutils/bbsmount Makefile

Kris Kennaway kris at obsecurity.org
Sun Oct 24 19:30:45 PDT 2004


On Mon, Oct 25, 2004 at 02:27:26AM +0000, Yen-Ming Lee wrote:
> leeym       2004-10-25 02:27:26 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     sysutils/bbsmount    Makefile 
>   Log:
>   add OSVERSION-depend post-patch target

> | +.include <bsd.port.pre.mk>
> | +
> | +.if ${OSVERSION} < 500000
> | +post-patch:
> |  	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
> |  		${WRKSRC}/${CONFIGURE_SCRIPT}
> | +.endif

That's incorrect - PTHREAD_LIBS should be used on all versions.  It
doesn't even default to -lpthread on 5.x any more.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20041024/85cf9035/attachment.bin


More information about the cvs-all mailing list