]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
- fix build with icu 59, missing include
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 26 Apr 2017 21:39:26 +0000 (23:39 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 26 Apr 2017 21:39:26 +0000 (23:39 +0200)
hhvm.spec
icu59.patch [new file with mode: 0644]

index 3ae8060bda430bd662731eb3a29a1cff41bd8c04..5126c9ff07ff246728953c3d4449798845b95da0 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -57,6 +57,7 @@ Patch7:               gcc5.patch
 Patch8:                cxx.patch
 Patch9:                gcc6.patch
 Patch10:       libevent-2.1.patch
+Patch11:       icu59.patch
 URL:           https://github.com/facebook/hhvm/wiki
 BuildRequires: ImageMagick-devel
 BuildRequires: a52dec-libs-devel
@@ -269,6 +270,7 @@ mv folly-* third-party/folly/src
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 # prefer ones from system
 rm CMake/FindBISON.cmake
diff --git a/icu59.patch b/icu59.patch
new file mode 100644 (file)
index 0000000..5bfc9f1
--- /dev/null
@@ -0,0 +1,10 @@
+--- hhvm-HHVM-3.3.7/hphp/runtime/ext/icu/icu.h~        2015-06-30 21:56:17.000000000 +0200
++++ hhvm-HHVM-3.3.7/hphp/runtime/ext/icu/icu.h 2017-04-26 23:38:41.631242960 +0200
+@@ -22,6 +22,7 @@
+ #include <unicode/utypes.h>
+ #include <unicode/ucnv.h>
+ #include <unicode/ustring.h>
++#include <unicode/unistr.h>
+ #include "hphp/runtime/base/request-event-handler.h"
+ namespace HPHP {
This page took 0.078196 seconds and 4 git commands to generate.