]> git.pld-linux.org Git - packages/hhvm.git/blame - system-folly.patch
fetch static mime types
[packages/hhvm.git] / system-folly.patch
CommitLineData
6147aa3c
ER
1--- hiphop-php-HPHP-2.1.0/CMake/HPHPFindLibs.cmake 2013-10-05 23:48:42.004063624 +0300
2+++ hiphop-php-HPHP-2.1.0/CMake/HPHPFindLibs.cmake 2013-10-05 23:53:12.886618141 +0300
3@@ -136,7 +136,7 @@
4 include_directories("${HPHP_HOME}/hphp/third_party/libmbfl/filter")
5 include_directories("${HPHP_HOME}/hphp/third_party/lz4")
6 include_directories("${HPHP_HOME}/hphp/third_party/double-conversion/src")
7-include_directories("${HPHP_HOME}/hphp/third_party/folly")
8+include_directories("/usr/include/folly")
9
10 # ICU
11 find_package(ICU REQUIRED)
12--- hiphop-php-HPHP-2.1.0/./hphp/CMakeLists.txt~ 2013-07-12 21:00:55.000000000 +0300
13+++ hiphop-php-HPHP-2.1.0/./hphp/CMakeLists.txt 2013-10-05 23:49:20.482513660 +0300
14@@ -59,7 +59,6 @@
15 add_subdirectory(third_party/timelib)
16 add_subdirectory(third_party/lz4)
17 add_subdirectory(third_party/double-conversion)
18-add_subdirectory(third_party/folly)
19
20 foreach (CXX_FILE ${CXX_SOURCES})
21 if(${CXX_FILE} MATCHES ".no.cpp$")
This page took 0.045762 seconds and 4 git commands to generate.