pkgsrc/textproc/libfastjson/Makefile
fhajny aa0dd8f544 Update textproc/libfastjson to 0.99.8
- make build under gcc7 with strict settings (warning==error)
- bugfix: constant key names not properly handled
- fix potentially invalid return value of fjson_object_iter_begin
- fix small potential memory leak in json_tokener (unlinkely to occur)
2017-12-19 14:07:16 +00:00

19 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/12/19 14:07:16 fhajny Exp $
DISTNAME= libfastjson-0.99.8
CATEGORIES= textproc
MASTER_SITES= http://download.rsyslog.com/libfastjson/
MAINTAINER= filip@joyent.com
HOMEPAGE= https://github.com/rsyslog/libfastjson/
COMMENT= Fast json library for C
LICENSE= mit
GNU_CONFIGURE= yes
USE_LANGUAGES= c c99
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libfastjson.pc.in
.include "../../mk/bsd.pkg.mk"