diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-02-09 00:19:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-09 00:19:17 +0700 |
commit | b430a1a53f44f843609d09c35672b69676309cf9 (patch) | |
tree | 89fc714ac9a935d7f15919376c4183cccc76addc /audio/audacious-cue/patches | |
parent | 1c7550c1a02096e02d02c39a2681af65b7f4cd32 (diff) |
audio/audacious-cue: Added (Cue Sheet Plugin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/audacious-cue/patches')
-rw-r--r-- | audio/audacious-cue/patches/enable_only_cue_plugin.diff | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/audacious-cue/patches/enable_only_cue_plugin.diff b/audio/audacious-cue/patches/enable_only_cue_plugin.diff new file mode 100644 index 0000000000000..1752d61f43953 --- /dev/null +++ b/audio/audacious-cue/patches/enable_only_cue_plugin.diff @@ -0,0 +1,8 @@ +--- audacious-plugins-3.2.4/Makefile.ORIG 2012-06-30 02:05:33.000000000 +0200 ++++ audacious-plugins-3.2.4/Makefile 2012-07-23 21:32:11.750875868 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = src po ++SUBDIRS = src/cue + + DISTCLEAN = buildsys.mk config.h config.log config.status extra.mk + |