ports/audio/fluidsynth/files/patch-src_config.cmake
Thomas Zander 9cdfc5987e Update to upstream version 2.0.3
While on it:
- Pet portlint

PR:		233448
Submitted by:	yuri
Reviewed by:	tobik
2019-03-02 16:46:58 +00:00

12 lines
368 B
CMake

--- 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@