Mon Dec 15 21:31:59 2008 UTC ()
Fix build in DragonFly and possibly in other systems.


(hasso)
diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins0.10-bad/distinfo
diff -r0 -r1.1 pkgsrc/multimedia/gst-plugins0.10-bad/patches/patch-ac

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins0.10-bad/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-bad/Attic/distinfo 2008/10/30 21:21:54 1.8
+++ pkgsrc/multimedia/gst-plugins0.10-bad/Attic/distinfo 2008/12/15 21:31:59 1.9
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.8 2008/10/30 21:21:54 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2008/12/15 21:31:59 hasso Exp $
2 2
3SHA1 (gst-plugins-bad-0.10.9.tar.bz2) = 67895310074f439f0504bea5bacc26d07be2cf5d 3SHA1 (gst-plugins-bad-0.10.9.tar.bz2) = 67895310074f439f0504bea5bacc26d07be2cf5d
4RMD160 (gst-plugins-bad-0.10.9.tar.bz2) = 98a2f901474afa21209c4cfdf453cb41fbf4305a 4RMD160 (gst-plugins-bad-0.10.9.tar.bz2) = 98a2f901474afa21209c4cfdf453cb41fbf4305a
5Size (gst-plugins-bad-0.10.9.tar.bz2) = 2323971 bytes 5Size (gst-plugins-bad-0.10.9.tar.bz2) = 2323971 bytes
6SHA1 (patch-aa) = a8b1f65424b76ead54553de6158d51a1ae58a8c2 6SHA1 (patch-aa) = a8b1f65424b76ead54553de6158d51a1ae58a8c2
7SHA1 (patch-ab) = eb851091bdf3c262383474bbe52e270520380f60 7SHA1 (patch-ab) = eb851091bdf3c262383474bbe52e270520380f60
 8SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64

File Added: pkgsrc/multimedia/gst-plugins0.10-bad/patches/Attic/patch-ac
$NetBSD: patch-ac,v 1.1 2008/12/15 21:31:59 hasso Exp $

--- ext/apexsink/gstapexraop.h.orig	2008-12-15 22:57:52 +0200
+++ ext/apexsink/gstapexraop.h	2008-12-15 22:58:59 +0200
@@ -44,6 +44,10 @@
 
 #include <arpa/inet.h>
 
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
 G_BEGIN_DECLS
 
 /* raop fixed parameters */