mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
12 lines
276 B
Text
12 lines
276 B
Text
--- media/BUILD.gn.orig 2019-03-15 06:37:27 UTC
|
|
+++ media/BUILD.gn
|
|
@@ -58,6 +58,9 @@ config("media_config") {
|
|
defines += [ "DLOPEN_PULSEAUDIO" ]
|
|
}
|
|
}
|
|
+ if (use_sndio) {
|
|
+ defines += [ "USE_SNDIO" ]
|
|
+ }
|
|
if (use_cras) {
|
|
defines += [ "USE_CRAS" ]
|
|
}
|