diff options
author | David Seifert <soap@gentoo.org> | 2016-01-16 17:17:48 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-01-16 17:21:04 +0100 |
commit | f826b97ceef7a94f6df7a36e77b459c0e66f3f13 (patch) | |
tree | 054949b8f97864655dc2f74d73dfc2e645712a6b /media-sound/dagrab/files | |
parent | 0ecc685b081f92924b988b21469dd1c5e93bbcbe (diff) | |
download | gentoo-f826b97ceef7a94f6df7a36e77b459c0e66f3f13.tar.gz gentoo-f826b97ceef7a94f6df7a36e77b459c0e66f3f13.tar.xz |
media-sound/dagrab: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics
Gentoo-Bug: 570732
Also bump ebuild to EAPI=6. Update patches for -p1.
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-sound/dagrab/files')
-rw-r--r-- | media-sound/dagrab/files/dagrab-0.513-freedb.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/dagrab/files/dagrab-0.513-freedb.patch b/media-sound/dagrab/files/dagrab-0.513-freedb.patch index 6a65576497d..5725867a26e 100644 --- a/media-sound/dagrab/files/dagrab-0.513-freedb.patch +++ b/media-sound/dagrab/files/dagrab-0.513-freedb.patch @@ -1,5 +1,5 @@ ---- dagrab.1 -+++ dagrab.1 +--- dagrab-S0.513/dagrab.1 ++++ dagrab-S0.513/dagrab.1 @@ -209,7 +209,7 @@ .B -H .I [host][:port] @@ -9,8 +9,8 @@ .RE .B -D ---- const.h -+++ const.h +--- dagrab-S0.513/const.h ++++ dagrab-S0.513/const.h @@ -18,9 +18,9 @@ #define BLEN 1024 /* length in chars of command/trackname */ #define OVERLAP 1 /* minimum number of sectors for overlapping */ |