aboutsummaryrefslogtreecommitdiffstats
path: root/main/audacious-plugins/audacious-plugins-3.2.2-fix-build-gmodule.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2012-09-15 20:19:43 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2012-09-15 20:19:59 -0500
commit5d164ec4c1104d8400a95521a8f7378c949d95d8 (patch)
tree8108c19748e5384530a17a066f447481f72e57b8 /main/audacious-plugins/audacious-plugins-3.2.2-fix-build-gmodule.patch
parentef2bd65cf560cfa2e0a31a3622bc4c47025d62fe (diff)
downloadaports-5d164ec4c1104d8400a95521a8f7378c949d95d8.tar.bz2
aports-5d164ec4c1104d8400a95521a8f7378c949d95d8.tar.xz
main/audacious-plugins: upgrade to 3.2.4
Diffstat (limited to 'main/audacious-plugins/audacious-plugins-3.2.2-fix-build-gmodule.patch')
-rw-r--r--main/audacious-plugins/audacious-plugins-3.2.2-fix-build-gmodule.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/main/audacious-plugins/audacious-plugins-3.2.2-fix-build-gmodule.patch b/main/audacious-plugins/audacious-plugins-3.2.2-fix-build-gmodule.patch
deleted file mode 100644
index 2f06396e8d..0000000000
--- a/main/audacious-plugins/audacious-plugins-3.2.2-fix-build-gmodule.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-commit a29df1ab4ba9f3964ca475c0c727136357ddfb86
-Author: John Lindgren <john.lindgren@aol.com>
-Date: Mon Apr 2 02:10:32 2012 -0400
-
- Make check for GMODULE_{CFLAGS,LIBS} unconditional; LADSPA plugin needs it also.
-
-diff --git a/acinclude.m4 b/acinclude.m4
-index 6f6f293..5acb6b7 100644
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -194,6 +194,7 @@ AC_PATH_PROG([WINDRES], [windres])
- dnl Check for Gtk+/GLib and pals
- dnl ============================
- AUD_CHECK_MODULE([GLIB], [glib-2.0], [>= 2.16], [Glib2])
-+AUD_CHECK_MODULE([GMODULE], [gmodule-2.0], [>= 2.16], [GModule])
- AUD_CHECK_MODULE([GTHREAD], [gthread-2.0], [>= 2.16], [GThread])
- AUD_CHECK_MODULE([PANGO], [pango], [>= 1.20], [Pango])
- AUD_CHECK_MODULE([CAIRO], [cairo], [>= 1.6], [Cairo])
-diff --git a/configure.ac b/configure.ac
-index d976576..358f841 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -757,8 +757,6 @@ fi
-
- if test "x$enable_amidiplug" = "xyes"; then
- INPUT_PLUGINS="$INPUT_PLUGINS amidi-plug"
-- PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.6.0],,)
-- PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.6.0],,)
- AMIDIPLUG_BACKEND_DIR=amidi-plug
- AC_SUBST(AMIDIPLUG_BACKEND_DIR)
- if test "x$enable_amidiplug_alsa" = "xauto" -o "x$enable_amidiplug_alsa" = "xyes"; then