diff options
author | rh <rh@pkgsrc.org> | 2003-04-11 09:24:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-11 09:24:23 +0000 |
commit | 41c51f2b5feb739ec994a79fc151373dc1cf54cc (patch) | |
tree | 0e383e21e4af80bbb89b0af6755e6ceb6d14ee3c /graphics/gxine/patches | |
parent | 9dd00e9db5561525d88ba02365b9501b04241e0a (diff) | |
download | pkgsrc-41c51f2b5feb739ec994a79fc151373dc1cf54cc.tar.gz |
Update gxine to 0.3.3. Changes are bugfixes and a switch from GTK to
Athena widgets for the browser plugin.
Diffstat (limited to 'graphics/gxine/patches')
-rw-r--r-- | graphics/gxine/patches/patch-ae | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/gxine/patches/patch-ae b/graphics/gxine/patches/patch-ae index 2eb03ccb94a..6f131612cc6 100644 --- a/graphics/gxine/patches/patch-ae +++ b/graphics/gxine/patches/patch-ae @@ -1,12 +1,12 @@ -$NetBSD: patch-ae,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ +$NetBSD: patch-ae,v 1.2 2003/04/11 09:24:24 rh Exp $ ---- browser-plugin/plugin.c.orig Sun Mar 23 04:37:39 2003 +--- browser-plugin/plugin.c.orig 2003-04-11 17:31:44.000000000 +1000 +++ browser-plugin/plugin.c -@@ -37,6 +37,7 @@ - #include <X11/Xatom.h> - - #include <stdio.h> +@@ -28,6 +28,7 @@ + #include <unistd.h> + #include <string.h> + #include <stdlib.h> +#include <signal.h> - #include <math.h> - - #include <glib.h> + #include <dlfcn.h> + #include <errno.h> + #include <X11/X.h> |