ports/net-im/ring-daemon/files/patch-src_media_video_test_Makefile.am
Kurt Jaeger 98c787c4cd New port: net-im/ring-daemon
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>
2016-05-29 03:50:56 +00:00

11 lines
568 B
Text

--- src/media/video/test/Makefile.am.orig 2016-05-10 20:45:50 UTC
+++ src/media/video/test/Makefile.am
@@ -9,7 +9,7 @@ test_video_rtp_LDADD=$(top_builddir)/src
test_video_input_SOURCES=test_video_input.cpp test_video_input.h
test_video_input_LDADD=$(top_builddir)/src/libring.la $(top_builddir)/src/media/video/libvideo.la $(YAML_LIBS)
-if HAVE_LINUX
+if HAVE_FREEBSD
test_shm_SOURCES=test_shm.cpp shm_src.cpp shm_src.h
test_shm_LDADD=$(top_builddir)/src/libring.la $(top_builddir)/src/media/video/libvideo.la $(YAML_LIBS) -lrt
test_shm_CXXFLAGS=$(AM_CXXFLAGS)