summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2008-12-15 21:31:59 +0000
committerhasso <hasso@pkgsrc.org>2008-12-15 21:31:59 +0000
commit8af3d74f01b3b8320fbdc64ea7033eb22d60a033 (patch)
treea91cf4053238f2a2e2c3b07246ea3a8e757d40f8
parent319054111e5723764256f369132753eb35091892 (diff)
downloadpkgsrc-8af3d74f01b3b8320fbdc64ea7033eb22d60a033.tar.gz
Fix build in DragonFly and possibly in other systems.
-rw-r--r--multimedia/gst-plugins0.10-bad/distinfo3
-rw-r--r--multimedia/gst-plugins0.10-bad/patches/patch-ac15
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-bad/distinfo b/multimedia/gst-plugins0.10-bad/distinfo
index 63fb7dad569..0c2897c2310 100644
--- a/multimedia/gst-plugins0.10-bad/distinfo
+++ b/multimedia/gst-plugins0.10-bad/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2008/10/30 21:21:54 wiz Exp $
+$NetBSD: distinfo,v 1.9 2008/12/15 21:31:59 hasso Exp $
SHA1 (gst-plugins-bad-0.10.9.tar.bz2) = 67895310074f439f0504bea5bacc26d07be2cf5d
RMD160 (gst-plugins-bad-0.10.9.tar.bz2) = 98a2f901474afa21209c4cfdf453cb41fbf4305a
Size (gst-plugins-bad-0.10.9.tar.bz2) = 2323971 bytes
SHA1 (patch-aa) = a8b1f65424b76ead54553de6158d51a1ae58a8c2
SHA1 (patch-ab) = eb851091bdf3c262383474bbe52e270520380f60
+SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
diff --git a/multimedia/gst-plugins0.10-bad/patches/patch-ac b/multimedia/gst-plugins0.10-bad/patches/patch-ac
new file mode 100644
index 00000000000..21a1d4126ce
--- /dev/null
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ac
@@ -0,0 +1,15 @@
+$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 */