diff options
Diffstat (limited to 'audio/cava/files/patch-configure.ac')
-rw-r--r-- | audio/cava/files/patch-configure.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/cava/files/patch-configure.ac b/audio/cava/files/patch-configure.ac new file mode 100644 index 000000000000..9c60535a724c --- /dev/null +++ b/audio/cava/files/patch-configure.ac @@ -0,0 +1,13 @@ +Neuter gratuitous OS check that is not used for anything at all. + +--- configure.ac.orig 2020-05-26 20:29:47 UTC ++++ configure.ac +@@ -294,7 +294,7 @@ case "${host_os}" in + build_mac=yes + ;; + *) +- AC_MSG_ERROR(["OS $host_os is not supported"]) ++ AC_MSG_NOTICE([I'm a teapot]) + ;; + esac + |