View | Details | Raw Unified | Return to bug 249412
Collapse All | Expand All

(-)devel/json-c/Makefile (+6 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	json-c
4
PORTNAME=	json-c
5
PORTVERSION=	0.15
5
PORTVERSION=	0.15
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	https://s3.amazonaws.com/json-c_releases/releases/ \
8
MASTER_SITES=	https://s3.amazonaws.com/json-c_releases/releases/ \
8
		LOCAL/sunpoet
9
		LOCAL/sunpoet
Lines 22-27 Link Here
22
23
23
CPE_VENDOR=	json-c_project
24
CPE_VENDOR=	json-c_project
24
25
26
# Avoid use of newlocale(3) that results in increasing memory usage
27
post-configure:
28
	${REINPLACE_CMD} -e 's|.*HAVE_USELOCALE|// &|' \
29
	    ${CONFIGURE_WRKSRC}/config.h
30
25
post-install:
31
post-install:
26
	${INSTALL_DATA} ${WRKSRC}/json_object_private.h ${STAGEDIR}${PREFIX}/include/json-c/
32
	${INSTALL_DATA} ${WRKSRC}/json_object_private.h ${STAGEDIR}${PREFIX}/include/json-c/
27
33

Return to bug 249412