mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
12 lines
276 B
Text
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" ]
|
|
}
|