summaryrefslogtreecommitdiff
path: root/www/nspluginwrapper/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-03 06:09:55 +0000
committerwiz <wiz@pkgsrc.org>2012-05-03 06:09:55 +0000
commitcfbedb096105a08bb8e0c3e88d377546a23159db (patch)
tree0229d257567b5f349b1bcbb91a37d4c537e13091 /www/nspluginwrapper/patches
parent099f449c89efd82d70c6675c2069c349f22ec43e (diff)
downloadpkgsrc-cfbedb096105a08bb8e0c3e88d377546a23159db.tar.gz
Fix build with glib-2.32.
Diffstat (limited to 'www/nspluginwrapper/patches')
-rw-r--r--www/nspluginwrapper/patches/patch-ac2
-rw-r--r--www/nspluginwrapper/patches/patch-src_npw-player.c15
2 files changed, 16 insertions, 1 deletions
diff --git a/www/nspluginwrapper/patches/patch-ac b/www/nspluginwrapper/patches/patch-ac
index b54c27c6685..53f554fd4f9 100644
--- a/www/nspluginwrapper/patches/patch-ac
+++ b/www/nspluginwrapper/patches/patch-ac
@@ -1,4 +1,4 @@
- $NetBSD: patch-ac,v 1.3 2011/01/20 13:06:15 pooka Exp $
+$NetBSD: patch-ac,v 1.4 2012/05/03 06:09:55 wiz Exp $
--- src/npw-viewer.sh.orig 2008-12-14 12:24:19.000000000 +0100
+++ src/npw-viewer.sh 2011-01-19 12:20:26.000000000 +0100
diff --git a/www/nspluginwrapper/patches/patch-src_npw-player.c b/www/nspluginwrapper/patches/patch-src_npw-player.c
new file mode 100644
index 00000000000..64a2aaa434d
--- /dev/null
+++ b/www/nspluginwrapper/patches/patch-src_npw-player.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_npw-player.c,v 1.1 2012/05/03 06:09:55 wiz Exp $
+
+Adapt for glib-2.32.
+
+--- src/npw-player.c.orig 2009-01-02 08:54:10.000000000 +0000
++++ src/npw-player.c
+@@ -21,8 +21,6 @@
+ #include "sysdeps.h"
+ #include <unistd.h>
+ #include <glib.h>
+-#include <glib/gstdio.h>
+-#include <glib/gthread.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdkx.h>
+ #include <gdk/gdkkeysyms.h>