ports/159699: audio/flac broken on powerpc64 ps3

Christian Weisgerber naddy at mips.inka.de
Fri Aug 12 19:10:56 UTC 2011


edwin at FreeBSD.org:

> Synopsis: audio/flac broken on powerpc64 ps3

> ./../include/share/alloc.h: In function 'void* safe_malloc_mul_2op_(size_t, size_t)':
> ./../include/share/alloc.h:120: error: 'UINT64_C' was not declared in this scope

I think this isn't a problem in flac but in the system headers on
the powerpc64 architecture or this particular system.

The error lines refer to uses of SIZE_MAX in the source.  Nowhere
does UINT64_C occur in the flac source code.  SIZE_MAX in turn is
defined in <stdint.h> or rather <machine/_stdint.h>.

-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de



More information about the freebsd-ports-bugs mailing list