diff options
-rw-r--r-- | audio/gnome-media/files/patch-cddbslave::socks4.c | 19 | ||||
-rw-r--r-- | audio/gnomemedia/files/patch-cddbslave::socks4.c | 19 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-cddbslave::socks4.c | 19 |
3 files changed, 57 insertions, 0 deletions
diff --git a/audio/gnome-media/files/patch-cddbslave::socks4.c b/audio/gnome-media/files/patch-cddbslave::socks4.c new file mode 100644 index 000000000000..ecb4659df044 --- /dev/null +++ b/audio/gnome-media/files/patch-cddbslave::socks4.c @@ -0,0 +1,19 @@ + +$FreeBSD$ + +--- cddbslave/socks4.c 2001/12/06 08:10:34 1.1 ++++ cddbslave/socks4.c 2001/12/06 08:11:08 +@@ -33,12 +33,12 @@ + #include <errno.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/time.h> + #include <netinet/in.h> + #include <unistd.h> + #include <pwd.h> +-#include <sys/types.h> + #include <sys/select.h> + #include <dlfcn.h> + diff --git a/audio/gnomemedia/files/patch-cddbslave::socks4.c b/audio/gnomemedia/files/patch-cddbslave::socks4.c new file mode 100644 index 000000000000..ecb4659df044 --- /dev/null +++ b/audio/gnomemedia/files/patch-cddbslave::socks4.c @@ -0,0 +1,19 @@ + +$FreeBSD$ + +--- cddbslave/socks4.c 2001/12/06 08:10:34 1.1 ++++ cddbslave/socks4.c 2001/12/06 08:11:08 +@@ -33,12 +33,12 @@ + #include <errno.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/time.h> + #include <netinet/in.h> + #include <unistd.h> + #include <pwd.h> +-#include <sys/types.h> + #include <sys/select.h> + #include <dlfcn.h> + diff --git a/audio/gnomemedia2/files/patch-cddbslave::socks4.c b/audio/gnomemedia2/files/patch-cddbslave::socks4.c new file mode 100644 index 000000000000..ecb4659df044 --- /dev/null +++ b/audio/gnomemedia2/files/patch-cddbslave::socks4.c @@ -0,0 +1,19 @@ + +$FreeBSD$ + +--- cddbslave/socks4.c 2001/12/06 08:10:34 1.1 ++++ cddbslave/socks4.c 2001/12/06 08:11:08 +@@ -33,12 +33,12 @@ + #include <errno.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/time.h> + #include <netinet/in.h> + #include <unistd.h> + #include <pwd.h> +-#include <sys/types.h> + #include <sys/select.h> + #include <dlfcn.h> + |