diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-10-18 23:37:49 +0100 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-18 23:37:49 +0100 |
commit | 074683dd9b7aa937d76aa7252d0a69a57cc3f3b7 (patch) | |
tree | 8996bccdec1e2bf7708b3b84678fcd25378feb9a /system/conky/audacious-2.3-fix.txt | |
parent | 1ba31339590a923363059eea6dc123ccb7fc4324 (diff) | |
download | slackbuilds-074683dd9b7aa937d76aa7252d0a69a57cc3f3b7.tar.gz |
system/conky: Updated for version 1.8.1.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'system/conky/audacious-2.3-fix.txt')
-rw-r--r-- | system/conky/audacious-2.3-fix.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/conky/audacious-2.3-fix.txt b/system/conky/audacious-2.3-fix.txt deleted file mode 100644 index ebd1526017..0000000000 --- a/system/conky/audacious-2.3-fix.txt +++ /dev/null @@ -1,12 +0,0 @@ -diff -up conky-1.8.0/configure.ac.00 conky-1.8.0/configure.ac ---- conky-1.8.0/configure.ac.00 2010-05-25 23:41:05.529674814 -0700 -+++ conky-1.8.0/configure.ac 2010-05-25 23:41:34.475430675 -0700 -@@ -149,7 +149,7 @@ AC_ARG_ENABLE([audacious], - - 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" |