archivers/libarchive fails to build

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Mon Mar 6 00:12:36 UTC 2017


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


More information about the freebsd-ports mailing list