diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2019-01-03 14:12:03 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2019-01-03 14:12:03 +0000 |
commit | 331b0500eea46636a9b71ea98c07ed976903aa7d (patch) | |
tree | 4297d3d4e220db9446d79ab3ce5a4ac2ef3eac0f /multimedia/vlc/files/patch-src-network-udp.c | |
parent | databases/sequeler: Update to 0.6.7 (diff) |
Retire multimedia/vlc3; update multimedia/vlc to latest upstream 3.0.5
Notes
Notes:
svn path=/head/; revision=489177
Diffstat (limited to 'multimedia/vlc/files/patch-src-network-udp.c')
-rw-r--r-- | multimedia/vlc/files/patch-src-network-udp.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/vlc/files/patch-src-network-udp.c b/multimedia/vlc/files/patch-src-network-udp.c index fdd940b5fe0c..22f0c77b7279 100644 --- a/multimedia/vlc/files/patch-src-network-udp.c +++ b/multimedia/vlc/files/patch-src-network-udp.c @@ -1,11 +1,11 @@ ---- src/network/udp.c.orig +--- src/network/udp.c.orig 2018-01-17 13:29:46 UTC +++ src/network/udp.c -@@ -383,7 +383,7 @@ int net_Subscribe (vlc_object_t *obj, in +@@ -315,7 +315,7 @@ net_SourceSubscribe (vlc_object_t *obj, { - /* MCAST_JOIN_GROUP was introduced to OS X in v10.7, but it doesn't work, - * so ignore it to use the same code as on 10.5 or 10.6 */ --#if defined (MCAST_JOIN_GROUP) && !defined (__APPLE__) -+#if defined (MCAST_JOIN_GROUP) && !defined (__APPLE__) && !defined (__FreeBSD__) - /* Agnostic SSM multicast join */ + /* MCAST_JOIN_SOURCE_GROUP was introduced to OS X in v10.7, but it doesn't work, + * so ignore it to use the same code path as on 10.5 or 10.6 */ +-#if defined (MCAST_JOIN_SOURCE_GROUP) && !defined (__APPLE__) ++#if defined (MCAST_JOIN_SOURCE_GROUP) && !defined (__APPLE__) && !defined (__FreeBSD__) + /* Family-agnostic Source-Specific Multicast join */ int level; - struct group_req gr; + struct group_source_req gsr; |