mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0 Reported by: Repology
18 lines
560 B
Text
18 lines
560 B
Text
- Add WEBRTC_BSD as it's closer to WEBRTC_LINUX than WEBRTC_MAC
|
|
|
|
--- configure.ac.orig 2018-07-23 14:02:57 UTC
|
|
+++ configure.ac
|
|
@@ -63,6 +63,13 @@ AS_CASE(["${host}"],
|
|
OS_LDFLAGS="-lrt -lpthread"
|
|
HAVE_POSIX=1
|
|
],
|
|
+ [*-*dragonfly*|*-*bsd*],
|
|
+ [
|
|
+ OS_CFLAGS="-DWEBRTC_BSD -DWEBRTC_THREAD_RR"
|
|
+ PLATFORM_CFLAGS="-DWEBRTC_POSIX"
|
|
+ OS_LDFLAGS="-lpthread"
|
|
+ HAVE_POSIX=1
|
|
+ ],
|
|
[*-*darwin*],
|
|
[
|
|
OS_CFLAGS="-DWEBRTC_MAC -DWEBRTC_THREAD_RR -DWEBRTC_CLOCK_TYPE_REALTIME"
|