![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / enet / Makefile (download)
Revision 1.3, Sat Jun 13 18:22:12 2020 UTC (2 years, 7 months ago) by nia
enet: Update to 1.3.15 ENet 1.3.15 (April 20, 2020): * quicker RTT initialization * use fractional precision for RTT calculations * fixes for packet throttle with low RTT variance * miscellaneous socket bug fixes |
# $NetBSD: Makefile,v 1.3 2020/06/13 18:22:12 nia Exp $ DISTNAME= enet-1.3.15 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ MAINTAINER= Pseudo.Statistic@gmail.com HOMEPAGE= http://enet.bespin.org/ COMMENT= Network communication layer that runs on top of UDP LICENSE= mit USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyaddr_r=no .include "../../mk/bsd.pkg.mk"