summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2010-06-12 21:20:55 +0000
committerDaniel Pielmeier <billie@gentoo.org>2010-06-12 21:20:55 +0000
commit96e616a8975cdd046c2d8d36fc529a9d4e8c454d (patch)
tree34e81b7b0fa27eca0525a830f5d557251383e765 /app-admin/conky/files
parentSecurity commit: Copying stable keywords from 3.2.8.1 to 3.2.8.1-r1. The sour... (diff)
downloadgentoo-2-96e616a8975cdd046c2d8d36fc529a9d4e8c454d.tar.gz
gentoo-2-96e616a8975cdd046c2d8d36fc529a9d4e8c454d.tar.bz2
gentoo-2-96e616a8975cdd046c2d8d36fc529a9d4e8c454d.zip
Add patch to build with audacious-2.3. This fixes bug 313161.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-admin/conky/files')
-rw-r--r--app-admin/conky/files/conky-1.8.0-audacious-2.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/conky/files/conky-1.8.0-audacious-2.3.patch b/app-admin/conky/files/conky-1.8.0-audacious-2.3.patch
new file mode 100644
index 000000000000..825f5b99ee59
--- /dev/null
+++ b/app-admin/conky/files/conky-1.8.0-audacious-2.3.patch
@@ -0,0 +1,11 @@
+--- configure.ac.old 2010-03-30 19:50:36.000000000 +0200
++++ configure.ac 2010-06-12 23:10:51.978440907 +0200
+@@ -149,7 +149,7 @@
+
+ AM_CONDITIONAL(BUILD_AUDACIOUS, test x$want_audacious = xyes -o x$want_audacious = xlegacy)
+ if test x$want_audacious = xyes; then
+- PKG_CHECK_MODULES([Audacious], [audacious >= 1.4.0 dbus-glib-1 glib-2.0 gobject-2.0])
++ PKG_CHECK_MODULES([Audacious], [audacious >= 1.4.0 audclient dbus-glib-1 glib-2.0 gobject-2.0])
+ conky_CFLAGS="$conky_CFLAGS $Audacious_CFLAGS"
+ conky_LIBS="$conky_LIBS $Audacious_LIBS"
+ save_CPPFLAGS="$CPPFLAGS"