commit: bec0211fee1fe14b381da77a9ec9347d89b8a962 Author: Eli Burch <eli.burch <AT> burchbytes <DOT> com> AuthorDate: Tue Jun 18 16:44:45 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 16:44:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bec0211f
net-wireless/sdrpp: Add comments to patch file Signed-off-by: Eli Burch <eli.burch <AT> burchbytes.com> .../files/sdrpp-1.2.0_pre20240607-remove-compiler-flags.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-wireless/sdrpp/files/sdrpp-1.2.0_pre20240607-remove-compiler-flags.patch b/net-wireless/sdrpp/files/sdrpp-1.2.0_pre20240607-remove-compiler-flags.patch index f37a44312..e092e2ec1 100644 --- a/net-wireless/sdrpp/files/sdrpp-1.2.0_pre20240607-remove-compiler-flags.patch +++ b/net-wireless/sdrpp/files/sdrpp-1.2.0_pre20240607-remove-compiler-flags.patch @@ -1,5 +1,5 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0726e57..af67d19 100644 +# Remove problem compiler flags +# Bug: https://bugs.gentoo.org/934413 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,9 +85,9 @@ else() @@ -21,8 +21,7 @@ index 0726e57..af67d19 100644 -# Create headers target \ No newline at end of file +# Create headers target -diff --git a/core/libcorrect/CMakeLists.txt b/core/libcorrect/CMakeLists.txt -index 7fce281..5a26430 100644 + --- a/core/libcorrect/CMakeLists.txt +++ b/core/libcorrect/CMakeLists.txt @@ -27,12 +27,12 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
