diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-27 10:57:26 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-27 10:58:04 -0700 |
commit | cc3e519ce6526b9fd786c6163ee401fc415d269e (patch) | |
tree | 302378cf04b9aa3b94a808cf4608404c4ab19fb3 /audio/spectmorph/files/patch-configure.ac | |
parent | audio/bangr-lv2: New port: Multi-dimensional dynamicly distorted staggered mu... (diff) |
audio/spectmorph: New port: Analyze and combine samples of musical instruments
Diffstat (limited to 'audio/spectmorph/files/patch-configure.ac')
-rw-r--r-- | audio/spectmorph/files/patch-configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/spectmorph/files/patch-configure.ac b/audio/spectmorph/files/patch-configure.ac new file mode 100644 index 000000000000..88768dc98886 --- /dev/null +++ b/audio/spectmorph/files/patch-configure.ac @@ -0,0 +1,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 + ;; |