]> git.pld-linux.org Git - packages/hhvm.git/blob - system-libafdt.patch
start update to 2.1.0, does not build, c++ errors in folly with gcc 4.8
[packages/hhvm.git] / system-libafdt.patch
1 --- hiphop-php/CMake/HPHPFindLibs.cmake~        2011-07-25 19:48:08.000000000 +0300
2 +++ hiphop-php/CMake/HPHPFindLibs.cmake 2011-07-25 19:48:41.840861431 +0300
3 @@ -102,7 +102,6 @@
4  # SQLite3 + timelib are bundled in HPHP sources
5  include_directories("${HPHP_HOME}/src/third_party/libsqlite3")
6  include_directories("${HPHP_HOME}/src/third_party/timelib")
7 -include_directories("${HPHP_HOME}/src/third_party/libafdt/src")
8  include_directories("${HPHP_HOME}/src/third_party/libmbfl")
9  include_directories("${HPHP_HOME}/src/third_party/libmbfl/mbfl")
10  include_directories("${HPHP_HOME}/src/third_party/libmbfl/filter")
11 --- hiphop-php/src/CMakeLists.txt~      2011-07-25 19:22:02.000000000 +0300
12 +++ hiphop-php/src/CMakeLists.txt       2011-07-25 20:21:34.195874236 +0300
13 @@ -88,7 +88,6 @@
14         add_subdirectory(third_party/xhp/xhp)
15  endif()
16  
17 -add_subdirectory(third_party/libafdt)
18  add_subdirectory(third_party/libmbfl)
19  add_subdirectory(third_party/libsqlite3)
20  add_subdirectory(third_party/timelib)
This page took 0.048155 seconds and 3 git commands to generate.