Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2017 01:12:28 +0100
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: archivers/libarchive fails to build
Message-ID:  <e87cfa9a-cbdd-acc5-d158-bf6b4861209b@utanet.at>
In-Reply-To: <1488758782.108559.901300512.27398E46@webmail.messagingengine.com>
References:  <1488758782.108559.901300512.27398E46@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e87cfa9a-cbdd-acc5-d158-bf6b4861209b>