From owner-freebsd-ports@freebsd.org Mon Mar 26 12:16:38 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA9E0F673F6 for ; Mon, 26 Mar 2018 12:16:38 +0000 (UTC) (envelope-from sergey@akhmatov.ru) Received: from dutch.chaklun.ru (dutch.chaklun.ru [IPv6:2a01:7c8:aab0:135::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46B067AF15 for ; Mon, 26 Mar 2018 12:16:37 +0000 (UTC) (envelope-from sergey@akhmatov.ru) Received: from [212.65.69.61] (helo=[127.0.0.1]) by dutch.chaklun.ru with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1f0R3E-000IKw-Cz; Mon, 26 Mar 2018 15:16:36 +0300 Subject: Re: Help with porting carbon-c-relay. To: Andreas Andersson , freebsd-ports@freebsd.org References: From: Sergey Akhmatov Message-ID: Date: Mon, 26 Mar 2018 15:16:34 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 12:16:38 -0000 Try adding: CPPFLAGS+=      -I${LOCALBASE}/include LDFLAGS+=       -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-lz4=yes On 26/03/2018 13:17, Andreas Andersson wrote: > First of, with this Makefile the port is functional. It's just that it > lacks the ability to compress data sent between two carbon-c-relay's. > > According to config.log it does set both prefix and includedir, yet it is > unable to find lz4.h. > > I'm kind of new to porting stuff using autoconf and such , therefor any > hints or advice would be appreciated. > > I am including the Makefile I have at this point. > > > /Andreas > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"