libreoffice, Makefile fix proposal...

Chris Rees crees at FreeBSD.org
Sat Jun 9 07:43:17 UTC 2012


On 7 June 2012 15:28, Hiroto Kagotani <hiroto.kagotani at gmail.com> wrote:
> 2012/6/7 Sergio de Almeida Lenzi <lenzi.sergio at gmail.com>:
>> Well, now that libreoffice build is
>> solved, than  what about insert
>> a line:
>> CONFLICTS_BUILD=    boost*
>> near line 63 of Makefile???
>
> libreoffice does not conflict with boost;
> just Makefile has a problem.
>
> Attached is the patch.

The only functional difference here is removing the BDB includes from CPPFLAGS;

from bsd.port.mk

.if defined(HAS_CONFIGURE)
        @(cd ${CONFIGURE_WRKSRC} && \
            ${SET_LATE_CONFIGURE_ARGS} \
                if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \
            CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \

So CPPFLAGS and LDFLAGS are already added to CONFIGURE_ARGS.

I would suspect something more subtle is at work here.

Chris


More information about the freebsd-ports mailing list