ports/www/iridium/files/patch-media_BUILD.gn
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

12 lines
276 B
Text

--- media/BUILD.gn.orig 2019-03-11 22:00:59 UTC
+++ media/BUILD.gn
@@ -59,6 +59,9 @@ config("media_config") {
defines += [ "DLOPEN_PULSEAUDIO" ]
}
}
+ if (use_sndio) {
+ defines += [ "USE_SNDIO" ]
+ }
if (use_cras) {
defines += [ "USE_CRAS" ]
}