]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
- add old files (May 16 2010)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 25 Jul 2011 16:44:31 +0000 (16:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    system-libafdt.patch -> 1.1
    system-xhp.patch -> 1.1

system-libafdt.patch [new file with mode: 0644]
system-xhp.patch [new file with mode: 0644]

diff --git a/system-libafdt.patch b/system-libafdt.patch
new file mode 100644 (file)
index 0000000..ebbf097
--- /dev/null
@@ -0,0 +1,11 @@
+--- hiphop-php/src/CMakeLists.txt~     2010-05-16 16:46:42.000000000 +0300
++++ hiphop-php/src/CMakeLists.txt      2010-05-16 16:47:02.396715257 +0300
+@@ -87,8 +87,6 @@
+ auto_sources(TIMELIB_SOURCES "*.c" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/third_party/timelib")
+ add_library(timelib STATIC ${TIMELIB_SOURCES})
+-add_subdirectory(third_party/libafdt)
+-
+ foreach (CXX_FILE ${CXX_SOURCES})
+       if(${CXX_FILE} MATCHES ".no.cpp$")
+               SET_SOURCE_FILES_PROPERTIES(
diff --git a/system-xhp.patch b/system-xhp.patch
new file mode 100644 (file)
index 0000000..6713ff6
--- /dev/null
@@ -0,0 +1,21 @@
+--- hiphop-php/src/CMakeLists.txt~     2010-05-16 16:45:46.000000000 +0300
++++ hiphop-php/src/CMakeLists.txt      2010-05-16 16:46:42.343110092 +0300
+@@ -87,7 +87,6 @@
+ auto_sources(TIMELIB_SOURCES "*.c" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/third_party/timelib")
+ add_library(timelib STATIC ${TIMELIB_SOURCES})
+-add_subdirectory(third_party/xhp/xhp)
+ add_subdirectory(third_party/libafdt)
+ foreach (CXX_FILE ${CXX_SOURCES})
+--- hiphop-php/CMake/HPHPFindLibs.cmake~       2010-05-16 16:48:02.000000000 +0300
++++ hiphop-php/CMake/HPHPFindLibs.cmake        2010-05-16 16:58:28.939498852 +0300
+@@ -94,7 +94,7 @@
+ # SQLite3 + timelib are bundled in HPHP sources
+ include_directories("${HPHP_HOME}/src/third_party/libsqlite3")
+ include_directories("${HPHP_HOME}/src/third_party/timelib")
+-include_directories("${HPHP_HOME}/src/third_party/xhp/xhp")
++include_directories("~/tmp/php-xhp-1.3.8-root-glen/usr/include/php/xhp")
+ include_directories("${HPHP_HOME}/src/third_party/libafdt/src")
+ include_directories("${HPHP_HOME}/src/third_party/libmbfl")
+ include_directories("${HPHP_HOME}/src/third_party/libmbfl/mbfl")
This page took 0.035237 seconds and 4 git commands to generate.