On 2017/01/09 07:41, Stuart Henderson wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   st...@cvs.openbsd.org   2017/01/09 07:41:35
> 
> Modified files:
>       graphics/ttfautohint: Makefile 
> 
> Log message:
> Fix ttfautohint build by forcing autoconf to detect max_align_t. This was
> recently added to stddef.h behind a conditional. There is a gnulib problem
> when detecting this (here it's because tests run with --std=gnu99 but some
> code is built with --std=gnu++11, exposing the definition in the system
> headers, and causing a conflict). Figured out by kettenis@.
> 
> This is the only port affected so it makes sense to fix it here rather than
> provide a workaround in the system headers. ok jasper@ (maintainer).
> 

Also ok naddy@.

Reply via email to