aboutsummaryrefslogtreecommitdiffstats
path: root/lang/v8-devel
diff options
context:
space:
mode:
Diffstat (limited to 'lang/v8-devel')
-rw-r--r--lang/v8-devel/Makefile4
-rw-r--r--lang/v8-devel/files/patch-src_runtime.cc10
2 files changed, 12 insertions, 2 deletions
diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile
index d108b70bcb85..02dd32d294a1 100644
--- a/lang/v8-devel/Makefile
+++ b/lang/v8-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= v8
PORTVERSION= 3.27.7
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= lang
MASTER_SITES= LOCAL/vanilla
PKGNAMESUFFIX= -devel
@@ -23,7 +23,7 @@ ALL_TARGET= native
MAKE_ARGS= library=shared use_system_icu=on
MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
USE_LDCONFIG= yes
-USES= compiler cpe execinfo gmake python:2 shebangfix tar:xz
+USES= compiler cpe execinfo gmake localbase python:2 shebangfix tar:xz
CPE_VENDOR= google
diff --git a/lang/v8-devel/files/patch-src_runtime.cc b/lang/v8-devel/files/patch-src_runtime.cc
new file mode 100644
index 000000000000..98c747ef8f24
--- /dev/null
+++ b/lang/v8-devel/files/patch-src_runtime.cc
@@ -0,0 +1,10 @@
+--- src/runtime.cc.orig 2014-06-03 08:52:11 UTC
++++ src/runtime.cc
+@@ -56,6 +56,7 @@
+ #include "unicode/dtfmtsym.h"
+ #include "unicode/dtptngen.h"
+ #include "unicode/locid.h"
++#include "unicode/normlzr.h"
+ #include "unicode/numfmt.h"
+ #include "unicode/numsys.h"
+ #include "unicode/rbbi.h"