Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > d50ec916e225349433a28ce5a6c3ebcb > files > 12

mythtv-30.0-20190121.1.mga6.src.rpm

diff -Nru a/mythtv/configure b/mythtv/configure
--- a/mythtv/configure	2019-01-14 12:53:51.000000000 +0100
+++ b/mythtv/configure	2019-01-21 16:09:18.631425465 +0100
@@ -6644,10 +6644,10 @@
     if enabled xnvctrl; then
         case $target_os in
             linux)
-                # Bah. Suse linux doesn't have xnvctrl.
+                # Bah. Mageia linux doesn't have xnvctrl.
                 . /etc/os-release
                 case $ID in
-                    *suse*)
+                    *mageia*)
 			# This is hopefully temporary.
 			disable xnvctrl_external
 			;;