- Fix build on 9.x

PR:		206872
Submitted by:	gasol.wu@gmail.com (maintainer)
MFH:		2016Q1 (blanket)
This commit is contained in:
Dmitry Marakasov 2016-03-24 14:32:49 +00:00
parent 6b4b986a23
commit e4eed07835
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411793
2 changed files with 11 additions and 1 deletions

View file

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= google
USES= gmake
USES= compiler:c++11-lib gmake
USE_CXXSTD= c++11
USE_LDCONFIG= yes

View file

@ -0,0 +1,10 @@
--- core/libjsonnet.cpp.orig 2016-02-03 04:38:12 UTC
+++ core/libjsonnet.cpp
@@ -16,6 +16,7 @@ limitations under the License.
#include <cstdlib>
#include <cstring>
+#include <cerrno>
#include <exception>
#include <fstream>