Skip to content

Commit

Permalink
fixup! kodi: rebuild for python3-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Nov 23, 2024
1 parent d553e8f commit 4ed1e88
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions srcpkgs/kodi/patches/no-werror.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
diff -ur a/cmake/scripts/common/ArchSetup.cmake b/cmake/scripts/common/ArchSetup.cmake
--- a/cmake/scripts/common/ArchSetup.cmake 2024-08-17 03:06:48.000000000 -0400
+++ b/cmake/scripts/common/ArchSetup.cmake 2024-11-23 18:01:32.568554400 -0500
@@ -175,15 +175,6 @@
-g
-D_DEBUG
)
-
- # these options affect only core code
- if(NOT CORE_COMPILE_OPTIONS)
- set(CORE_COMPILE_OPTIONS
- -Werror=double-promotion
- -Werror=missing-field-initializers
- -Werror=sign-compare
- )
- endif()
endif()

# set for compile info to help detect binary addons

0 comments on commit 4ed1e88

Please sign in to comment.