diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 10:55:19 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-09 06:52:52 -0300 |
| commit | 877e53b3c028a5beb214d75c974fd0ce500ec97b (patch) | |
| tree | 85c73b2681d37c5008f120ce801742fdcc9fed87 /testing/telegram-desktop/PrecompiledHeader-cmake.patch | |
| parent | 841a0b258509a745b79e279404ec092f5d50385c (diff) | |
| download | aports-877e53b3c028a5beb214d75c974fd0ce500ec97b.tar.bz2 aports-877e53b3c028a5beb214d75c974fd0ce500ec97b.tar.xz | |
testing/telegram-desktop: upgrade to 1.7.14
Diffstat (limited to 'testing/telegram-desktop/PrecompiledHeader-cmake.patch')
| -rw-r--r-- | testing/telegram-desktop/PrecompiledHeader-cmake.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/telegram-desktop/PrecompiledHeader-cmake.patch b/testing/telegram-desktop/PrecompiledHeader-cmake.patch deleted file mode 100644 index 95f8cc372d..0000000000 --- a/testing/telegram-desktop/PrecompiledHeader-cmake.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/Telegram/gyp/PrecompiledHeader.cmake 2019-06-06 18:14:46.443138055 +0200 -+++ b/Telegram/gyp/PrecompiledHeader.cmake 2019-06-06 18:15:45.874739539 +0200 -@@ -114,7 +114,7 @@ - set(_compiler_FLAGS "@${_pch_c_flags_file}") - add_custom_command( - OUTPUT "${_output_c}" -- COMMAND "${CMAKE_C_COMPILER}" ${_compiler_FLAGS} -x c-header -o "${_output_c}" -c "${_pchfile}" -+ COMMAND "${CMAKE_C_COMPILER}" ${_compiler_FLAGS} "$(C_FLAGS)" -x c-header -o "${_output_c}" -c "${_pchfile}" - DEPENDS "${_pchfile}" "${_pch_c_flags_file}" - IMPLICIT_DEPENDS C "${_pch_header}" - COMMENT "Precompiling ${_name} for ${_target} (C)") -@@ -125,7 +125,7 @@ - set(_compiler_FLAGS "@${_pch_cpp_flags_file}") - add_custom_command( - OUTPUT "${_output_cxx}" -- COMMAND "${CMAKE_CXX_COMPILER}" ${_compiler_FLAGS} -x c++-header -o "${_output_cxx}" -c "${_pchfile}" -+ COMMAND "${CMAKE_CXX_COMPILER}" ${_compiler_FLAGS} "$(CXX_FLAGS)" -x c++-header -o "${_output_cxx}" -c "${_pchfile}" - DEPENDS "${_pchfile}" "${_pch_cpp_flags_file}" - IMPLICIT_DEPENDS CXX "${_pch_header}" - COMMENT "Precompiling header ${_name} for ${_target} (C++)") - |
