mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
5b0ea77825
PR: ports/129668 Submitted by: Jonathan Stewart <jonathan@kc8onw.net> (maintainer)
11 lines
379 B
C
11 lines
379 B
C
--- contrib/ffmpeg/libavformat/udp.c.orig 2008-11-28 11:10:53.217812028 -0500
|
|
+++ contrib/ffmpeg/libavformat/udp.c 2008-11-28 11:11:20.566271071 -0500
|
|
@@ -29,6 +29,7 @@
|
|
#include <unistd.h>
|
|
#include "network.h"
|
|
#include "os_support.h"
|
|
+#define IPPROTO_IPV6 41 /* IP6 header */
|
|
|
|
#ifndef IPV6_ADD_MEMBERSHIP
|
|
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
|