mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Ring is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user. WWW: https://ring.cx/ PR: 209542 Submitted by: Yuri Victorovich <yuri@rawbw.com>
11 lines
296 B
Text
11 lines
296 B
Text
--- src/Makefile.am.orig 2016-05-10 20:45:50 UTC
|
|
+++ src/Makefile.am
|
|
@@ -4,7 +4,7 @@ RING_VIDEO_LIBS=
|
|
|
|
if RING_VIDEO
|
|
RING_VIDEO_LIBS+=./media/video/libvideo.la
|
|
-if HAVE_LINUX
|
|
+if HAVE_FREEBSD
|
|
if HAVE_ANDROID
|
|
RING_VIDEO_LIBS+= \
|
|
./media/video/androidvideo/libandroidvideo.la
|