Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 13:03:30 +0000 (UTC)
From:      naddy@mips.inka.de (Christian Weisgerber)
To:        freebsd-multimedia@freebsd.org
Subject:   Re: multimedia/vlc, audio/flac: utterly broken since FLAC update
Message-ID:  <kp4ir2$23hu$1@lorvorc.mips.inka.de>
References:  <E1UlvIL-000GMR-HL@apollo.emma.line.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthias Andree <mandree@FreeBSD.org> wrote:

> Fix that with CPPFLAGS+=${LOCALBASE}/include/FLAC

This is generally a bad idea...

> and see that there are other failures, some from a missing #include
> <assert.h>, and other issues.

... because it causes collisions between <FLAC/assert.h> and <assert.h>.

The better fix is to use the FLAC/ prefix for the include headers,
which has always been the correct way.

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?kp4ir2$23hu$1>