diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-08 04:21:50 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-08 04:21:50 +0000 |
commit | 49a1031b4cdf9b73d356a73874eaf0718737a12b (patch) | |
tree | 3c0d8ec69ef57017e2a0a1485a92cd9c029a3023 | |
parent | I) Update to snapshot 20050607 (diff) |
- Fix build for sap users.
Spotted by: mezz
Notes
Notes:
svn path=/head/; revision=137023
-rw-r--r-- | multimedia/vlc-devel/files/patch-src_stream_output_sap.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/files/patch-src_stream_output_sap.c b/multimedia/vlc-devel/files/patch-src_stream_output_sap.c new file mode 100644 index 000000000000..37ae3ca78267 --- /dev/null +++ b/multimedia/vlc-devel/files/patch-src_stream_output_sap.c @@ -0,0 +1,10 @@ +--- src/stream_output/sap.c.orig Wed Jun 8 00:17:59 2005 ++++ src/stream_output/sap.c Wed Jun 8 00:18:14 2005 +@@ -41,6 +41,7 @@ + # include <ws2tcpip.h> + #else + # include <netdb.h> ++# include <sys/socket.h> + #endif + #include "charset.h" + |