summaryrefslogtreecommitdiff
path: root/audio/spectmorph/files/patch-configure.ac
blob: 88768dc98886b2116c9132301a4216cdc3ecf9d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.ac.orig	2021-06-27 09:08:51 UTC
+++ configure.ac
@@ -363,6 +363,9 @@ case "${host_os}" in
     linux*)
         build_linux=yes
         ;;
+    freebsd*)
+        build_linux=yes
+        ;;
     cygwin*|mingw*)
         build_windows=yes
         ;;