cvs commit: ports/graphics/mesagl Makefileports/graphics/mesagl/files patch-aa

Maxim Sobolev sobomax at portaone.com
Tue May 13 11:30:06 PDT 2003


Please study the diff more closely and you will see that it provides
correct pthread linking options both on -stable and on -current.

-Maxim

Hajimu UMEMOTO wrote:
> Hi,
> 
> Maxim Sobolev said:
> 
>>No, it doesn't.
> 
> 
> Then, what's mean the following chunk from bsd.port.mk?
> 
> .if ${OSVERSION} < 500016
> PTHREAD_CFLAGS=-D_THREAD_SAFE
> PTHREAD_LIBS=-pthread
> .else
> PTHREAD_CFLAGS=-D_THREAD_SAFE
> PTHREAD_LIBS=-lc_r
> .endif
> 
> I believe we should use -lc_r on CURRENT.  Was the way changed?
> 
> Sincerely,
> 





More information about the cvs-ports mailing list