ports/devel/allegro/files/patch-include_allegro_platform_alunixac.h.cmake
Tobias Kortkamp 03f1c01e0f - Add sndio support [1]
- Remove ALSA from default options
- Switch to options helpers
- Move audio output options to their own option group
- Make OSS support an explicit option, so that it can be turned off
- Remove OGG option and make it mandatory: audio/libogg is already a
  dependency via audio/libvorbis
- Make the port simpler by not building the examples and not
  installing the example games (if necessary installing them can be done
  later in a separate port)
- Add LICENSE
- Fix WWW
- Allegro never directly links with libpng or libGLU; make them a build
  dependency only
- Reset maintainer

PR:		215838
Obtained from:	OpenBSD [1]
Approved by:	mat (mentor), maintainer timeout (5 months)
Differential Revision:	https://reviews.freebsd.org/D11039
2017-06-09 13:30:19 +00:00

12 lines
399 B
CMake

--- include/allegro/platform/alunixac.h.cmake.orig 2010-05-08 05:55:30 UTC
+++ include/allegro/platform/alunixac.h.cmake
@@ -143,6 +143,9 @@
/* Define if JACK DIGI driver is supported. */
#cmakedefine ALLEGRO_WITH_JACKDIGI
+/* Define if SNDIO DIGI driver is supported. */
+#cmakedefine ALLEGRO_WITH_SNDIODIGI
+
/* Define if OSS DIGI driver is supported. */
#cmakedefine ALLEGRO_WITH_OSSDIGI