diff options
author | 2007-04-20 15:28:04 +0000 | |
---|---|---|
committer | 2007-04-20 15:28:04 +0000 | |
commit | cd05f535e9c53f9e64da1392a7e090184d16fdc7 (patch) | |
tree | fb70fe67927a3f66c501c5bef0b1a7d876ef3e33 /media-libs/libopendaap/files | |
parent | Remove generation 1 ebuild. (diff) | |
download | historical-cd05f535e9c53f9e64da1392a7e090184d16fdc7.tar.gz historical-cd05f535e9c53f9e64da1392a7e090184d16fdc7.tar.bz2 historical-cd05f535e9c53f9e64da1392a7e090184d16fdc7.zip |
Add patch to compile under g/fbsd by Timothy Redaelli <drizzt at gentoo dot org>, bug 175205
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'media-libs/libopendaap/files')
-rw-r--r-- | media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch b/media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch new file mode 100644 index 000000000000..d98569f4db64 --- /dev/null +++ b/media-libs/libopendaap/files/libopendaap-0.4.0-freebsd.patch @@ -0,0 +1,10 @@ +--- http_client.c.orig Fri Dec 17 00:27:43 2004 ++++ http_client.c Wed Feb 2 21:33:28 2005 +@@ -37,6 +37,7 @@ + # include <sys/socket.h> + # include <sys/select.h> + # include <netdb.h> ++# include <netinet/in.h> + # include <fcntl.h> + #elif defined(SYSTEM_WIN32) + # include <winsock2.h> |