media-radio/fldigi: Fixes bug #595220. Backported from coming 3.23.15alpha
authorThomas Beierlein <tomjbe@gentoo.org>
Thu, 13 Oct 2016 09:58:53 +0000 (11:58 +0200)
committerThomas Beierlein <tomjbe@gentoo.org>
Thu, 13 Oct 2016 10:00:59 +0000 (12:00 +0200)
Package-Manager: portage-2.3.1

media-radio/fldigi/fldigi-3.23.12.ebuild
media-radio/fldigi/fldigi-3.23.14.ebuild

index 0586c0ad9ddd12c1179d9ceccda9ab5294b7ff1a..bd16b41db37ca739ab786f3782b5e197c9380267 100644 (file)
@@ -29,6 +29,11 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
+# backported from coming 3.23.15 alpha. Fixes bug #595220
+src_prepare() {
+       sed -i -e "s/memset(src/memset(\&src/" src/main.cxx
+}
+
 src_configure() {
        econf $(use_with sndfile) \
                $(use_with portaudio) \
index aba4d37cd6f23fd6c2377b66f1e0c043bd13e62a..c1ff4994fcfa0383816ddafda69db1229173af98 100644 (file)
@@ -29,6 +29,11 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
+# backported from coming 3.23.15 alpha. Fixes bug #595220
+src_prepare() {
+       sed -i -e "s/memset(src/memset(\&src/" src/main.cxx
+}
+
 src_configure() {
        econf $(use_with sndfile) \
                $(use_with portaudio) \