diff options
author | ahze <ahze@FreeBSD.org> | 2008-02-28 08:41:42 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-02-28 08:41:42 +0800 |
commit | f13e425ed70f73a01f66553e09efe8f60890a4a1 (patch) | |
tree | c8268b5428d95c7596024b69559227c066043ce1 /multimedia | |
parent | 9235371409da85a3187d604d631fd5914ff4712c (diff) | |
download | freebsd-ports-gnome-f13e425ed70f73a01f66553e09efe8f60890a4a1.tar.gz freebsd-ports-gnome-f13e425ed70f73a01f66553e09efe8f60890a4a1.tar.zst freebsd-ports-gnome-f13e425ed70f73a01f66553e09efe8f60890a4a1.zip |
Update to 0.1.6
PR: ports/119639
Submitted by: thierry
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvbpsi/files/patch-examples_connect.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/libdvbpsi/files/patch-examples_connect.c b/multimedia/libdvbpsi/files/patch-examples_connect.c new file mode 100644 index 000000000000..05a88000a6b3 --- /dev/null +++ b/multimedia/libdvbpsi/files/patch-examples_connect.c @@ -0,0 +1,12 @@ +--- ./examples/connect.c.orig 2007-01-18 15:57:08.000000000 +0100 ++++ ./examples/connect.c 2008-01-13 18:32:16.000000000 +0100 +@@ -38,7 +38,9 @@ + # include <netinet/if_ether.h> + #endif + #include <netdb.h> +-#include <netinet/ip.h> ++#ifndef __FreeBSD__ ++# include <netinet/ip.h> ++#endif + #include <netinet/udp.h> + #include <arpa/inet.h> |