diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-27 18:39:19 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-27 18:39:19 +0000 |
commit | da10fade11c3d3d36f285119316e947230eeb2f9 (patch) | |
tree | fb39b0ae09471c06a6d4a15e84b25d5c6bdb3cce /multimedia/farsight2 | |
parent | 7588d1cee915d493564e2ac73847a5d87e9b569e (diff) | |
download | pkgsrc-da10fade11c3d3d36f285119316e947230eeb2f9.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'multimedia/farsight2')
-rw-r--r-- | multimedia/farsight2/distinfo | 4 | ||||
-rw-r--r-- | multimedia/farsight2/patches/patch-aj | 12 | ||||
-rw-r--r-- | multimedia/farsight2/patches/patch-ak | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/multimedia/farsight2/distinfo b/multimedia/farsight2/distinfo index e9440c06989..d085089530f 100644 --- a/multimedia/farsight2/distinfo +++ b/multimedia/farsight2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $ +$NetBSD: distinfo,v 1.2 2009/08/27 18:39:19 hasso Exp $ SHA1 (farsight2-0.0.14.tar.gz) = 2f8b382747efb467cdb9acd833bb88fe9bf02dc8 RMD160 (farsight2-0.0.14.tar.gz) = 5f8816831fb6790c3185479cca43713fd552d4cd @@ -12,3 +12,5 @@ SHA1 (patch-af) = 213cba839532d09f15c73e09e622af5a8622e46e SHA1 (patch-ag) = 2b4c4c1f5c48fc2bcec2c283473c03cbb9a13efc SHA1 (patch-ah) = d9093fe379fd2a7a4422e88d466cbb2fb73679dd SHA1 (patch-ai) = 6459729f80f592a2a333d683b05a139b499f46c6 +SHA1 (patch-aj) = 816318707d1463df27b37734baedadb338452fb0 +SHA1 (patch-ak) = 591ab7b6afefc84443280b01c765492007686ff6 diff --git a/multimedia/farsight2/patches/patch-aj b/multimedia/farsight2/patches/patch-aj new file mode 100644 index 00000000000..d9ac2f288e3 --- /dev/null +++ b/multimedia/farsight2/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2009/08/27 18:39:19 hasso Exp $ + +--- gst-libs/gst/farsight/fs-interfaces.c.orig 2009-08-27 21:16:13 +0300 ++++ gst-libs/gst/farsight/fs-interfaces.c 2009-08-27 21:16:41 +0300 +@@ -49,6 +49,7 @@ GST_DEBUG_CATEGORY_EXTERN (fs_base_confe + #include <net/if.h> + #include <net/if_arp.h> + #include <arpa/inet.h> ++#include <netinet/in.h> + + /** + * SECTION:fs-interfaces diff --git a/multimedia/farsight2/patches/patch-ak b/multimedia/farsight2/patches/patch-ak new file mode 100644 index 00000000000..7f83446bbeb --- /dev/null +++ b/multimedia/farsight2/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1 2009/08/27 18:39:19 hasso Exp $ + +--- transmitters/rawudp/fs-rawudp-transmitter.h.orig 2009-08-27 21:26:47 +0300 ++++ transmitters/rawudp/fs-rawudp-transmitter.h 2009-08-27 21:27:12 +0300 +@@ -35,6 +35,7 @@ + # include <ws2tcpip.h> + #else /*G_OS_WIN32*/ + # include <arpa/inet.h> ++# include <sys/socket.h> + #endif /*G_OS_WIN32*/ + + G_BEGIN_DECLS |