archivers/libarchive fails to build

John tech-lists at zyxst.net
Mon Mar 6 00:36:33 UTC 2017


Hi,

On Mon, 6 Mar 2017, at 00:12, Walter Schwarzenfeld wrote:
> The old problem
> Either you deinstall lzmalib
> or
> add to the Makefile
> 
> .if ${OSVERSION} < 1000000
> CFLAGS+=        "-I${LOCALBASE}/include"
> CPPFLAGS+=      "-I${LOCALBASE}/include"
> LDFLAGS+=       "-L${LOCALBASE}/lib"
> .endif
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209437

Many thanks, that fixed it. Surprised it's still not fixed 10 months
after the bug was reported, though. I changed the makefile as lzmalib is
required on this machine.
-- 
J.


More information about the freebsd-ports mailing list