summaryrefslogtreecommitdiff
path: root/audio/audacious
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-10-09 15:03:31 +0000
committeradam <adam@pkgsrc.org>2014-10-09 15:03:31 +0000
commit9dc891ddd9223edd03901c842096499600bc79f1 (patch)
tree6dd882ef999ac41e416bdb618927d43c56a0f141 /audio/audacious
parenta0ef05b70791159ccfa915334c96f04cbc9d17b6 (diff)
downloadpkgsrc-9dc891ddd9223edd03901c842096499600bc79f1.tar.gz
Patches are not needed any more
Diffstat (limited to 'audio/audacious')
-rw-r--r--audio/audacious/patches/patch-src_audacious_i18n_h15
-rw-r--r--audio/audacious/patches/patch-src_audacious_ui__skinned__window_c15
2 files changed, 0 insertions, 30 deletions
diff --git a/audio/audacious/patches/patch-src_audacious_i18n_h b/audio/audacious/patches/patch-src_audacious_i18n_h
deleted file mode 100644
index 1f6a34647e9..00000000000
--- a/audio/audacious/patches/patch-src_audacious_i18n_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_audacious_i18n_h,v 1.1 2012/05/06 19:12:22 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/audacious/i18n.h~ 2008-05-23 22:00:34.000000000 +0000
-+++ src/audacious/i18n.h
-@@ -20,7 +20,7 @@
- #ifndef AUDACIOUS_I18N_H
- #define AUDACIOUS_I18N_H
-
--#include <glib/gstrfuncs.h>
-+#include <glib.h>
- #include <libintl.h>
-
- #define _(String) dgettext (PACKAGE, String)
diff --git a/audio/audacious/patches/patch-src_audacious_ui__skinned__window_c b/audio/audacious/patches/patch-src_audacious_ui__skinned__window_c
deleted file mode 100644
index 4707bc7bf4c..00000000000
--- a/audio/audacious/patches/patch-src_audacious_ui__skinned__window_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_audacious_ui__skinned__window_c,v 1.1 2012/05/06 19:12:22 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/audacious/ui_skinned_window.c~ 2008-05-23 22:00:34.000000000 +0000
-+++ src/audacious/ui_skinned_window.c
-@@ -23,7 +23,7 @@
-
- #include <gtk/gtkmain.h>
- #include <glib-object.h>
--#include <glib/gmacros.h>
-+#include <glib.h>
- #include <gtk/gtkmarshal.h>
- #include <gtk/gtkwindow.h>
- #include <string.h>