ports/167989: databases/evolution-data-server build fails on
FreeBSD 10 with new Heimdal
Don Lewis
truckman at FreeBSD.org
Wed Jun 13 07:37:56 UTC 2012
On 12 Jun, Jeremy Messenger wrote:
> On Tue, Jun 12, 2012 at 4:05 PM, Don Lewis <truckman at freebsd.org> wrote:
>> On 20 May, mezz at FreeBSD.org wrote:
>>> Synopsis: databases/evolution-data-server build fails on FreeBSD 10 with new Heimdal
>>>
>>> State-Changed-From-To: open->closed
>>> State-Changed-By: mezz
>>> State-Changed-When: Sun May 20 16:27:40 UTC 2012
>>> State-Changed-Why:
>>> Committed, thanks!
>>>
>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=167989
>>
>> The patch to the configure script didn't work for me. The problem is
>> that the extra include files weren't pulled in because they were inside
>> a #ifdef/#endif block that referenced an undefined symbol. For some
>> reason this sort of thing is done in a number of other places in
>> configure, but it works there because they only include the header being
>> tested, which ac_fn_c_check_header_compile also includes
>> unconditionally.
>>
>> The following patch to the patch works for me:
>
> Go ahead commit it. Thanks!
>
> Cheers,
> Mezz
Committed, thanks!
More information about the freebsd-gnome
mailing list