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

(-)./Makefile (+1 lines)
Lines 4-9 Link Here
4
PORTNAME=	jsonnet
4
PORTNAME=	jsonnet
5
PORTVERSION=	0.8.6
5
PORTVERSION=	0.8.6
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
7
CATEGORIES=	devel
8
CATEGORIES=	devel
8
9
9
MAINTAINER=	gasol.wu@gmail.com
10
MAINTAINER=	gasol.wu@gmail.com
(-)./files/patch-core_libjsonnet.cpp (+10 lines)
Line 0 Link Here
1
--- core/libjsonnet.cpp.orig	2016-02-03 04:38:12 UTC
2
+++ core/libjsonnet.cpp
3
@@ -16,6 +16,7 @@ limitations under the License.
4
 
5
 #include <cstdlib>
6
 #include <cstring>
7
+#include <cerrno>
8
 
9
 #include <exception>
10
 #include <fstream>

Return to bug 206872