aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/video/mythtv/disable-os-detection.patch
blob: 09ce6f6ca4f81187101c2045395815ae5705066a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- a/configure	2020-07-21 20:50:58.653989766 +0200
+++ b/configure	2020-07-21 20:52:21.236610586 +0200
@@ -6537,17 +6537,17 @@
                 }
 
 enable enforce_wshadow
-case $target_os in
-    android)
-        disable enforce_wshadow
-        ;;
-    linux)
-        . /etc/os-release
-        if test $ID = "centos"; then
-            disable enforce_wshadow
-        fi
-        ;;
-esac
+#case $target_os in
+#    android)
+#        disable enforce_wshadow
+#        ;;
+#    linux)
+#        . /etc/os-release
+#        if test $ID = "centos"; then
+#            disable enforce_wshadow
+#        fi
+#        ;;
+#esac
 
 if $(pkg-config --exists Qt5WebKit) || $(pkg-config --exists QtWebKit) ; then
     enable qtwebkit