svn commit: r381955 - head/graphics/gdal

John Marino freebsd.contact at marino.st
Mon Mar 23 15:06:23 UTC 2015


On 3/23/2015 16:03, John Marino wrote:
> On 3/23/2015 15:58, Bryan Drewery wrote:
>> On 3/23/2015 9:29 AM, John Marino wrote:
>>> On 3/23/2015 15:24, Bryan Drewery wrote:
>>>> -lpthread? Why not -lthr since -lpthread is actually an alias to that?
>>>>
>>>
>>> There is no libthr.so on DragonFly.  That would break the port.
>>>
>>
>> I do understand that and do not want to break DragonFly. However, I see
>> it as the same argument as converting -pthread to -lpthread. It's more
>> of an example.
> 
> 
> We aren't adding the conversion of -pthread to -pthread; we are talking
> about removing the conversion of -lpthread to -pthread.
> 
> more specifically: we are talking about removing REINPLACE_CMD that
> replaces -lpthread, removing patches that replace -pthread, and removing
> the use of PTHREAD_LIBS.
> 

repeated with critical typo's fixed:
We aren't adding the conversion of -pthread to -lpthread; we are talking
about removing the conversion of -lpthread to -pthread.

more specifically: we are talking about removing REINPLACE_CMD that
replaces -lpthread, removing patches that replace -lpthread, and
removing the use of PTHREAD_LIBS.

Sorry!


More information about the svn-ports-head mailing list