diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-02-28 00:41:42 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-02-28 00:41:42 +0000 |
commit | b9f01d007c391cda071220df8647c9ce628e5220 (patch) | |
tree | ac5fcfd6d669c4b3801ec1d0d83a127f32d25390 /multimedia/libdvbpsi | |
parent | 9867427822c2aa0b4f4539214c913f8171269c43 (diff) | |
download | ports-b9f01d007c391cda071220df8647c9ce628e5220.tar.gz ports-b9f01d007c391cda071220df8647c9ce628e5220.zip |
Notes
Diffstat (limited to 'multimedia/libdvbpsi')
-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> |