summaryrefslogtreecommitdiff
path: root/audio/gnomemedia2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-06 08:14:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-06 08:14:51 +0000
commitb30e6f8eb7f2dc8ca3c295d2375a9183636abd59 (patch)
tree79c3f8f130443d7f6269156c20d91bbe56219155 /audio/gnomemedia2
parentadd ray++ (diff)
Fix breakage on a very recent -current.
Prompted by: Anders Andersson <anders@alvered.com>
Notes
Notes: svn path=/head/; revision=51111
Diffstat (limited to 'audio/gnomemedia2')
-rw-r--r--audio/gnomemedia2/files/patch-cddbslave::socks4.c19
1 files changed, 19 insertions, 0 deletions
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>
+