summaryrefslogtreecommitdiff
path: root/audio/cava/files/patch-configure.ac
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-05-30 00:39:11 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-05-30 00:39:11 +0000
commit0803b3611a1ff13a2dab916722403ef4d7523052 (patch)
tree00777558bc02fe30f96d5eca0b710ee1c8fe5cfd /audio/cava/files/patch-configure.ac
parentgraphics/sane-backends: Update to 1.0.30 (diff)
audio/cava: Update to 0.7.0
Changes: https://github.com/karlstav/cava/releases/tag/0.7.0
Notes
Notes: svn path=/head/; revision=537023
Diffstat (limited to 'audio/cava/files/patch-configure.ac')
-rw-r--r--audio/cava/files/patch-configure.ac13
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
+