[Bug 210626] archivers/libarchive fails to build when archivers/lzmalib is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 12 18:50:07 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210626

--- Comment #2 from w.schwarzenfeld at utanet.at ---
temporary solution for 10.3 (i386,amd64) and 11.0
.if ${OSVERSION} < 1000000 
CFLAGS+=        "-I${LOCALBASE}/include"
CPPFLAGS+=      "-I${LOCALBASE}/include"
LDFLAGS+=       "-L${LOCALBASE}/lib"
.endif

On 9.3 works with poudriere but not in the port

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list