python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / applications / video / mythtv / disable-os-detection.patch
blob09ce6f6ca4f81187101c2045395815ae5705066a
1 --- a/configure 2020-07-21 20:50:58.653989766 +0200
2 +++ b/configure 2020-07-21 20:52:21.236610586 +0200
3 @@ -6537,17 +6537,17 @@
6 enable enforce_wshadow
7 -case $target_os in
8 - android)
9 - disable enforce_wshadow
10 - ;;
11 - linux)
12 - . /etc/os-release
13 - if test $ID = "centos"; then
14 - disable enforce_wshadow
15 - fi
16 - ;;
17 -esac
18 +#case $target_os in
19 +# android)
20 +# disable enforce_wshadow
21 +# ;;
22 +# linux)
23 +# . /etc/os-release
24 +# if test $ID = "centos"; then
25 +# disable enforce_wshadow
26 +# fi
27 +# ;;
28 +#esac
30 if $(pkg-config --exists Qt5WebKit) || $(pkg-config --exists QtWebKit) ; then
31 enable qtwebkit