pkgsrc/net/libnice/patches/patch-ad
wiz 19605d77e2 *libnice: Update *libnice to 0.1.16.
libnice 0.1.16 (2019-05-09)
===========================
Add API to make it easier to implement ICE trickle
Add async closing of agent, to cleanly close TURN allocations
Add Google non-standard NOMINATION STUN attribute
Fix tests on Windows
Fix some racy tests
2019-05-21 14:48:17 +00:00

15 lines
362 B
Text

$NetBSD: patch-ad,v 1.4 2019/05/21 14:48:18 wiz Exp $
Change linking for gst-plugins1-libnice package.
--- gst/Makefile.in.orig 2013-02-23 00:29:35.000000000 +0000
+++ gst/Makefile.in
@@ -319,7 +319,7 @@ AM_CFLAGS = $(LIBNICE_CFLAGS) \
-I $(top_srcdir)/stun
COMMON_LIBADD = \
- $(top_builddir)/nice/libnice.la
+ $(prefix)/lib/libnice.la
# libgstnice