diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-03-03 12:42:55 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-03-03 12:42:55 +0000 |
commit | 3a50f514a1d743021eb4950f762fbe5edd0a2f95 (patch) | |
tree | 97f754e51290dafcb78001bf17aa6286cc5945b7 /audio/deadbeef/files/patch-junklib.c | |
parent | security/nss: update to 3.23 (diff) |
audio/deadbeef: update to 0.7
- New option SC68 for sc68 Atari ST And Amiga player
- Drop AO option as the corresponding plugin appears to be gone
- Add MPG123 option for the new optional mpg123-based backed for mp3 plugin
Approved by: vg (maintainer) via IRC
Differential Revision: D5337
Notes
Notes:
svn path=/head/; revision=410037
Diffstat (limited to 'audio/deadbeef/files/patch-junklib.c')
-rw-r--r-- | audio/deadbeef/files/patch-junklib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/deadbeef/files/patch-junklib.c b/audio/deadbeef/files/patch-junklib.c index d2b4e205855b..449e212988d9 100644 --- a/audio/deadbeef/files/patch-junklib.c +++ b/audio/deadbeef/files/patch-junklib.c @@ -1,8 +1,8 @@ ---- junklib.c.orig 2014-07-31 19:03:51 UTC +--- junklib.c.orig 2016-01-02 20:27:39 UTC +++ junklib.c -@@ -32,7 +32,6 @@ - #include <stdlib.h> +@@ -33,7 +33,6 @@ #include <string.h> + #undef HAVE_ICI #if HAVE_ICONV - #define LIBICONV_PLUG #include <iconv.h> |