]> git.pld-linux.org Git - packages/hhvm.git/blob - system-xhp.patch
use system folly, minimizes broken things for now
[packages/hhvm.git] / system-xhp.patch
1 --- hiphop-php/src/CMakeLists.txt~      2010-05-16 16:45:46.000000000 +0300
2 +++ hiphop-php/src/CMakeLists.txt       2010-05-16 16:46:42.343110092 +0300
3 @@ -87,7 +87,6 @@
4  auto_sources(TIMELIB_SOURCES "*.c" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/third_party/timelib")
5  add_library(timelib STATIC ${TIMELIB_SOURCES})
6  
7 -add_subdirectory(third_party/xhp/xhp)
8  add_subdirectory(third_party/libafdt)
9  
10  foreach (CXX_FILE ${CXX_SOURCES})
11 --- hiphop-php/CMake/HPHPFindLibs.cmake~        2010-05-16 16:48:02.000000000 +0300
12 +++ hiphop-php/CMake/HPHPFindLibs.cmake 2010-05-16 16:58:28.939498852 +0300
13 @@ -94,7 +94,7 @@
14  # SQLite3 + timelib are bundled in HPHP sources
15  include_directories("${HPHP_HOME}/src/third_party/libsqlite3")
16  include_directories("${HPHP_HOME}/src/third_party/timelib")
17 -include_directories("${HPHP_HOME}/src/third_party/xhp/xhp")
18 +include_directories("~/tmp/php-xhp-1.3.8-root-glen/usr/include/php/xhp")
19  include_directories("${HPHP_HOME}/src/third_party/libafdt/src")
20  include_directories("${HPHP_HOME}/src/third_party/libmbfl")
21  include_directories("${HPHP_HOME}/src/third_party/libmbfl/mbfl")
This page took 0.028083 seconds and 3 git commands to generate.