Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 15:16:34 +0300
From:      Sergey Akhmatov <sergey@akhmatov.ru>
To:        Andreas Andersson <a.andersson.thn@gmail.com>, freebsd-ports@freebsd.org
Subject:   Re: Help with porting carbon-c-relay.
Message-ID:  <f0e45d09-9c73-1d32-c301-9d282bdbfe76@akhmatov.ru>
In-Reply-To: <CANYZJQb5ko005iLDB=dJ2TMoz4MeVUw-Lk4mbT6iurrm6-X==w@mail.gmail.com>
References:  <CANYZJQb5ko005iLDB=dJ2TMoz4MeVUw-Lk4mbT6iurrm6-X==w@mail.gmail.com>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f0e45d09-9c73-1d32-c301-9d282bdbfe76>