diff options
Diffstat (limited to 'graphics/gxine/patches')
-rw-r--r-- | graphics/gxine/patches/patch-aa | 12 | ||||
-rw-r--r-- | graphics/gxine/patches/patch-ab | 12 | ||||
-rw-r--r-- | graphics/gxine/patches/patch-ac | 14 | ||||
-rw-r--r-- | graphics/gxine/patches/patch-ad | 12 | ||||
-rw-r--r-- | graphics/gxine/patches/patch-ae | 12 | ||||
-rw-r--r-- | graphics/gxine/patches/patch-af | 13 |
6 files changed, 75 insertions, 0 deletions
diff --git a/graphics/gxine/patches/patch-aa b/graphics/gxine/patches/patch-aa new file mode 100644 index 00000000000..b270dcf16c0 --- /dev/null +++ b/graphics/gxine/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ + +--- src/globals.h.orig Fri Mar 7 02:51:04 2003 ++++ src/globals.h +@@ -28,6 +28,7 @@ + #include <gtk/gtk.h> + #include <gdk/gdk.h> + #include <glib.h> ++#include <pthread.h> + + #include "infobar.h" + diff --git a/graphics/gxine/patches/patch-ab b/graphics/gxine/patches/patch-ab new file mode 100644 index 00000000000..397e3d8d6ce --- /dev/null +++ b/graphics/gxine/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ + +--- src/http.c.orig Wed Mar 19 09:22:55 2003 ++++ src/http.c +@@ -29,6 +29,7 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> ++#include <netinet/in.h> + #include <unistd.h> + #include <fcntl.h> + #include <string.h> diff --git a/graphics/gxine/patches/patch-ac b/graphics/gxine/patches/patch-ac new file mode 100644 index 00000000000..421b33605ee --- /dev/null +++ b/graphics/gxine/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ + +--- src/desktop_integration.c.orig Mon Nov 25 22:19:27 2002 ++++ src/desktop_integration.c +@@ -30,7 +30,9 @@ + #include <stdlib.h> + #include <stdio.h> + #include <dlfcn.h> ++#ifndef __NetBSD__ + #include <alloca.h> ++#endif + #include <string.h> + + #include "globals.h" diff --git a/graphics/gxine/patches/patch-ad b/graphics/gxine/patches/patch-ad new file mode 100644 index 00000000000..3c0605a09bb --- /dev/null +++ b/graphics/gxine/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ + +--- src/gtkxine.h.orig Sun Mar 9 09:27:27 2003 ++++ src/gtkxine.h +@@ -26,6 +26,7 @@ + #include <X11/X.h> + #include <X11/Xlib.h> + #include <X11/extensions/XShm.h> ++#include <pthread.h> + #include <xine.h> + + #ifdef __cplusplus diff --git a/graphics/gxine/patches/patch-ae b/graphics/gxine/patches/patch-ae new file mode 100644 index 00000000000..2eb03ccb94a --- /dev/null +++ b/graphics/gxine/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ + +--- browser-plugin/plugin.c.orig Sun Mar 23 04:37:39 2003 ++++ browser-plugin/plugin.c +@@ -37,6 +37,7 @@ + #include <X11/Xatom.h> + + #include <stdio.h> ++#include <signal.h> + #include <math.h> + + #include <glib.h> diff --git a/graphics/gxine/patches/patch-af b/graphics/gxine/patches/patch-af new file mode 100644 index 00000000000..3cefdeaed07 --- /dev/null +++ b/graphics/gxine/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ + +--- doc/man/Makefile.in.orig Sat Apr 5 18:50:43 2003 ++++ doc/man/Makefile.in +@@ -108,7 +108,7 @@ X_PRE_LIBS = @X_PRE_LIBS@ + am__include = @am__include@ + am__quote = @am__quote@ + install_sh = @install_sh@ +-SUBDIRS = en de ++SUBDIRS = en + subdir = doc/man + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/include/config.h |