File: 1004-fix-ftbfs-python3-12.patch

package info (click to toggle)
onboard 1.4.1-10.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,828 kB
  • sloc: python: 28,322; cpp: 5,965; ansic: 5,739; xml: 1,026; javascript: 263; sh: 163; makefile: 74
file content (19 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Drop Wdeclaration-after-statement
 this is for Arch linux from upstream, so not need forward it
Last-Update: 2023-12-06
Forwarded: pending, upstream maintainer is MIA

---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -229,8 +229,7 @@
                            define_macros = defines,
                            extra_compile_args = [
                                "-Wsign-compare",
-                               "-Wdeclaration-after-statement",
-                               "-Werror=declaration-after-statement"],
+                               "-Wdeclaration-after-statement"],
 
                            **pkgconfig('gdk-3.0', 'x11', 'xi', 'xtst', 'xkbfile',
                                        'dconf', 'libcanberra', 'hunspell',