Date: Sat, 09 Dec 2006 15:28:07 -0500 From: Tom McLaughlin <tmclaugh@sdf.lonestar.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Cc: ports@FreeBSD.org, bsd-sharp-list@forge.novell.com Subject: Re: [Bsd-sharp-list] [ports/lang/mono] Respect PTHREAD_LIBS Message-ID: <1165696087.1545.3.camel@localhost> In-Reply-To: <20061209232858.c1ec61ac.nork@FreeBSD.org> References: <20061209232858.c1ec61ac.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2006-12-09 at 23:28 +0900, Norikatsu Shigemura wrote: > Hi tmclaugh! > > I found a issue of not respect PTHREAD_LIBS. > Please check following patch. Thanks nork, just committed it. tom > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/lang/mono/Makefile,v > retrieving revision 1.57 > diff -u -r1.57 Makefile > --- Makefile 7 Oct 2006 17:39:36 -0000 1.57 > +++ Makefile 9 Dec 2006 14:09:59 -0000 > @@ -67,6 +67,8 @@ > ${WRKSRC}/mono/metadata/assembly.c > @${REINPLACE_CMD} -e 's|.so.0|.so|g' \ > ${WRKSRC}/configure > + @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ > + ${WRKSRC}/configure ${WRKSRC}/libgc/configure > @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ; \ > s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' \ > ${WRKSRC}/mcs/tools/mkbundle/mkbundle.cs > _______________________________________________ > Bsd-sharp-list mailing list > Bsd-sharp-list@forge.novell.com > > Home Page: http://www.mono-project.com/Mono:FreeBSD > Project Site: http://forge.novell.com/mailman/listinfo/bsd-sharp-list > IRC: #BSD-Sharp on irc.freenode.org -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | | BSD# http://www.mono-project.com/Mono:FreeBSD |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1165696087.1545.3.camel>