- Fix build on 9.x
PR: 206872 Submitted by: gasol.wu@gmail.com (maintainer) MFH: 2016Q1 (blanket)
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
10
devel/jsonnet/files/patch-core_libjsonnet.cpp
Normal file
10
devel/jsonnet/files/patch-core_libjsonnet.cpp
Normal 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>
|
Loading…
Reference in a new issue