diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-09-15 13:09:33 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-09-15 13:09:37 +0200 |
commit | c4d5a141aa97606257a723511ce34aa039f492eb (patch) | |
tree | 5ed4c2cb625ad60fbc1d6113e0099829ddef774e /audio/fluidsynth/files/patch-src_config.cmake | |
parent | comms/tio: Update to 3.7 (diff) |
audio/fluidsynth: Update to 2.3.6 and drop sndio support
Drop sndio patches as maintaining our "custom fork/set of patches" will
cause bitrot further down the road
PR: 281184
Diffstat (limited to 'audio/fluidsynth/files/patch-src_config.cmake')
-rw-r--r-- | audio/fluidsynth/files/patch-src_config.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/fluidsynth/files/patch-src_config.cmake b/audio/fluidsynth/files/patch-src_config.cmake deleted file mode 100644 index 26562972109d..000000000000 --- a/audio/fluidsynth/files/patch-src_config.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- src/config.cmake.orig 2018-12-30 11:42:00 UTC -+++ src/config.cmake -@@ -199,6 +199,9 @@ - /* Define to enable Windows MIDI driver */ - #cmakedefine WINMIDI_SUPPORT @WINMIDI_SUPPORT@ - -+/* Define to enable Sndio driver */ -+#cmakedefine SNDIO_SUPPORT @SNDIO_SUPPORT@ -+ - /* Define to 1 if you have the ANSI C header files. */ - #cmakedefine STDC_HEADERS @STDC_HEADERS@ - |