diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-09-14 16:50:07 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-09-14 16:50:07 +0000 |
commit | 1a717e00ad1909de1af21d2151a00ec13c531b75 (patch) | |
tree | 6fffee0099316dd62a9d755afdc4e0d816d09f85 /audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp | |
parent | Install documentation using ${INSTALL_DATA} rather than ${CP} to ensure that (diff) |
Fix build on 4-STABLE.
PR: ports/86115
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: Maintainer
Notes
Notes:
svn path=/head/; revision=142724
Diffstat (limited to 'audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp')
-rw-r--r-- | audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp b/audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp new file mode 100644 index 000000000000..5d590d59034b --- /dev/null +++ b/audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp @@ -0,0 +1,13 @@ +--- plugins/flac/flac.cpp.orig Tue Jun 28 13:03:06 2005 ++++ plugins/flac/flac.cpp Wed Sep 14 17:35:23 2005 +@@ -33,7 +33,10 @@ + #ifdef WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + #include <sys/param.h> + #endif + |