diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-10 10:08:48 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-10 10:08:48 +0000 |
commit | cc600c1ce2f2857584f7311eea0fed40c7df3c0e (patch) | |
tree | 2e2f0c83ff5b1251f58e0582159638125d94aa99 /audio/libtunepimp/files/patch-plugins-flac-flac.cpp | |
parent | c072378d70300b7bc26b88c19f6f9091722630ac (diff) | |
download | ports-cc600c1ce2f2857584f7311eea0fed40c7df3c0e.tar.gz ports-cc600c1ce2f2857584f7311eea0fed40c7df3c0e.zip |
- Fix build on 4.x
- Add dependencies on taglib, mpeg4ip-libmp4v2
- Makefile cosmetics
Notes
Notes:
svn path=/head/; revision=159255
Diffstat (limited to 'audio/libtunepimp/files/patch-plugins-flac-flac.cpp')
-rw-r--r-- | audio/libtunepimp/files/patch-plugins-flac-flac.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libtunepimp/files/patch-plugins-flac-flac.cpp b/audio/libtunepimp/files/patch-plugins-flac-flac.cpp new file mode 100644 index 000000000000..5d590d59034b --- /dev/null +++ b/audio/libtunepimp/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 + |